PluginProbe
Hide/Remove Metadata / trunk
Hide/Remove Metadata vtrunk
trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.1
← All changes | uninstall.php +1 -1 1.2.7trunk View file →
@@ -29,10 +29,10 @@
29 29 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
30 30 exit;
31 31 }
32 32
33 -$option_name = 'hide_metadata_options';
33 +$option_name = 'hide_metadata_options'; // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- file-scope variable in uninstall.php; no class context available.
34 34
35 35 delete_option( $option_name );
36 36
37 37 // For site options in Multisite.
38 38 delete_site_option( $option_name );