Changeset 2588597
- Timestamp:
- 08/25/2021 02:27:01 PM (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
r2588592 r2588597 9 9 defined( 'WP_UNINSTALL_PLUGIN' ) || exit; 10 10 11 $core = new \Bvi\Core\Core(); 12 13 delete_option( $core->pluginOptionName ); 11 delete_option( 'bvi-option' );
Note: See TracChangeset
for help on using the changeset viewer.