first
This commit is contained in:
10
wp-content/plugins/svg-support/uninstall.php
Normal file
10
wp-content/plugins/svg-support/uninstall.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$bodhi_options_on_deletion = get_option( 'bodhi_svgs_settings' );
|
||||
|
||||
if ( isset($bodhi_options_on_deletion[ 'del_plugin_data' ]) && $bodhi_options_on_deletion[ 'del_plugin_data' ] === 'on' ) {
|
||||
delete_option( 'bodhi_svgs_plugin_version' );
|
||||
delete_option( 'bodhi_svgs_settings' );
|
||||
}
|
Reference in New Issue
Block a user