We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfb67b commit eaa1eebCopy full SHA for eaa1eeb
uninstall.php
@@ -9,7 +9,8 @@
9
* @package WP_PHP_Console
10
*/
11
12
-// If uninstall not called from WordPress, then exit.
13
-if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit;
+if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
+ exit; // If uninstall not called from WordPress, then exit.
14
+}
15
16
delete_option( 'wp_php_console' );
0 commit comments