| @@ -29,10 +29,10 @@ | ||
| 29 | 29 | if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { |
| 30 | 30 | exit; |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | -$option_name = 'hide_metadata_options'; // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- file-scope variable in uninstall.php; no class context available. | |
| 33 | +$option_name = 'hide_metadata_options'; | |
| 34 | 34 | |
| 35 | 35 | delete_option( $option_name ); |
| 36 | 36 | |
| 37 | 37 | // For site options in Multisite. |
| 38 | 38 | delete_site_option( $option_name ); |