PluginProbe ʕ •ᴥ•ʔ
Speed Optimizer – The All-In-One Performance-Boosting Plugin / 7.6.7
Speed Optimizer – The All-In-One Performance-Boosting Plugin v7.6.7
7.7.11 7.7.10 trunk 7.6.4 7.6.5 7.6.6 7.6.7 7.6.8 7.7.0 7.7.1 7.7.2 7.7.3 7.7.4 7.7.5 7.7.6 7.7.7 7.7.8 7.7.9
sg-cachepress / uninstall.php
sg-cachepress Last commit date
assets 1 year ago core 1 year ago helpers 1 year ago templates 1 year ago vendor 1 year ago readme.txt 1 year ago sg-cachepress.php 1 year ago uninstall.php 1 year ago
uninstall.php
18 lines
1 <?php
2
3 if ( ! defined( 'ABSPATH' ) ) {
4 exit; // Exit if accessed directly.
5 }
6
7 if ( file_exists( WP_PLUGIN_DIR . '/sg-security/sg-security.php' ) ) {
8 return;
9 }
10
11 require_once dirname( __FILE__ ) . '/vendor/siteground/siteground-data/src/Settings.php';
12
13 use SiteGround_Data\Settings;
14
15 $settings = new Settings();
16
17 $settings->stop_collecting_data();
18