PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks for WordPress Block Editor / 2.0.9
Blockenberg — 600+ Advanced Gutenberg Blocks for WordPress Block Editor v2.0.9
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
blockenberg / uninstall.php

uninstall.php in Blockenberg — 600+ Advanced Gutenberg Blocks for WordPress Block Editor 2.0.9, at uninstall.php

12 lines 252 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 defined( 'ABSPATH' ) || exit;
4
5 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
6 exit;
7 }
8
9 // Subscriber storage options (current and legacy names).
10 delete_option( 'blockenberg_newsletter_subscribers' );
11 delete_option( 'blockenberg_subscribers' );
12