PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.13
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.13
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
← All changes | uninstall.php +4 -1 2.0.32.0.13 View file →
@@ -2,10 +2,13 @@
2 2
3 3 defined( 'ABSPATH' ) || exit;
4 4
5 5 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
6 - exit;
6 + exit;
7 7 }
8 8
9 9 // Subscriber storage options (current and legacy names).
10 10 delete_option( 'blockenberg_newsletter_subscribers' );
11 11 delete_option( 'blockenberg_subscribers' );
12 +
13 +// Block Manager — disabled blocks list.
14 +delete_option( 'blockenberg_disabled_blocks' );