An easy-to-use plugin that allows you to change translatable strings from plugins / themes and WordPress core without editing code.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale". | 45:34 | Plugin Repo |
| ERROR | PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 47:3 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$list_table_instance". | 6:5 | Plugin Repo |
| WARNING | missing_composer_json_file | The "/vendor" directory using composer exists, but "composer.json" file is missing. | — | Plugin Repo |
| WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. | 10:134 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_GET['id']. Use isset() or empty() to check the index exists before using it | 10:134 | Security |
| WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. | 10:214 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_GET['nonce']. Use isset() or empty() to check the index exists before using it | 10:214 | Security |
| WARNING | mismatched_plugin_name | Plugin name "Say what?" is different from the name declared in plugin header "Say What?". | — | — |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $sql used in $wpdb->get_results($sql)\n$sql assigned unsafely at line 71:\n $sql .= ' ORDER BY orig_string ASC'\n$sql assigned unsafely at line 68:\n $sql .= ' ORDER BY ' . $order_by . ' ' . $order_direction\n$this->items assigned unsafely at line 76:\n $this->items = $wpdb->get_results( $sql, ARRAY_A )\n$order_by assigned unsafely at line 53:\n $order_by = isset( $_GET['orderby'] ) ?\n\t\t\tsanitize_key( wp_unslash( $_GET['orderby'] ) ) :\n\t\t\tnull\nNote: sanitize_key() is not a safe escaping function.\n$_GET['orderby'] used without escaping. | 76:25 | Security |
| 11/13/2025, 3:26:39 AM | 9s | 98 | 3 | 7 |