Sync plugins from current page

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-09-11 19:08:46 +02:00
parent 85d41e4216
commit 8515ff9587
1847 changed files with 505469 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
// if not called from WordPress exit
if ( ! defined('WP_UNINSTALL_PLUGIN') ) {
exit();
}
// By default, WP Statistics leaves all data in the database, however a user can select to
// remove it, in which case the wp_statistics_removal option is set and we should remove that
// here in case the user wants to re-install the plugin at some point.
delete_option('wp_statistics_removal');