Changeset 2588378
- Timestamp:
- 08/25/2021 09:49:57 AM (5 years ago)
- File:
-
- 1 edited
-
button-visually-impaired/trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/uninstall.php
r2587977 r2588378 9 9 defined( 'WP_UNINSTALL_PLUGIN' ) || exit; 10 10 11 $core = new \Bvi\Core\Core(); 12 13 delete_option( $core->pluginOptionName ); 14 15 wp_cache_flush(); 11 delete_option( 'bvi-option' );
Note: See TracChangeset
for help on using the changeset viewer.