PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
nitropack
<?php if (!defined('WP_UNINSTALL_PLUGIN')) { die; } $nitropackOptions = array( 'nitropack-siteId', 'nitropack-siteSecret', 'nitropack-enableCompression', 'nitropack-webhookToken', 'nitropack-checkedCompression', 'nitropack-cacheablePostTypes', 'nitropack-safeModeStatus', // This setting is deprecated but still needs to be removed from old installations 'nitropack-bbCacheSyncPurge', 'nitropack-legacyPurge', 'nitropack-distribution', 'nitropack-minimumLogLevel', 'nitropack_minimumLogLevel', // The minimumLogLevel may be set with both syntaxes 'nitropack-dismissed-notices' ); if (defined('MULTISITE') && MULTISITE) { $blogs = array_map(function($blog) { return $blog->blog_id; }, get_sites()); foreach ($nitropackOptions as $optionName) { foreach ($blogs as $blogId) { delete_blog_option($blogId, $optionName); } } } else { foreach ($nitropackOptions as $optionName) { delete_option($optionName); } } require_once 'nitropack-sdk/autoload.php'; require_once 'constants.php'; NitroPack\SDK\Filesystem::deleteDir(NITROPACK_DATA_DIR); NitroPack\SDK\Filesystem::deleteDir(NITROPACK_PLUGIN_DATA_DIR);
[-] advanced-cache.php
[edit]
[-] readme.txt
[edit]
[-] functions.php
[edit]
[-] diagnostics.php
[edit]
[-] .htaccess
[edit]
[+]
view
[-] constants.php
[edit]
[+]
classes
[+]
nitropack-sdk
[-] batcache-compat.php
[edit]
[-] main.php
[edit]
[+]
languages
[-] uninstall.php
[edit]
[+]
..