first commit
This commit is contained in:
10
wp-content/plugins/no-page-comment/uninstall.php
Normal file
10
wp-content/plugins/no-page-comment/uninstall.php
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
<?php
|
||||
// If uninstall is not called from WordPress, exit
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||
exit();
|
||||
}
|
||||
|
||||
$option_name = 'sta_npc_admin_options_name';
|
||||
|
||||
delete_option( $option_name );
|
||||
Reference in New Issue
Block a user