A collection of useful small plugins and features, neatly bundled into a single plugin.
Prioritized issue groups from the latest Plugin Check scan
Security
131
8 issue groups
Maintainability
15
7 issue groups
I18n
9
3 issue groups
Performance
3
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['tab']
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['conditions']['action']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'themezee_plugins_page_' . $active_tab".
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$operator} at " AND {$wpdb->posts}.{$sort_field} {$operator} %s"
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ThemeZee_Plugins_Page".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DOING_AJAX".
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
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.
Sample message
get_current_theme() has been deprecated since WordPress version 3.4.0. Use wp_get_theme() instead.
Sample message
get_currentuserinfo() has been deprecated since WordPress version 4.5.0. Use wp_get_current_user() instead.
Sample message
The parameter "array( 'number' => 250, 'hide_empty' => false )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
The $text parameter must be a single text string literal. Found: $taxonomy->labels->name . ':'
Sample message
Tested up to: 5.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.3
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 160 | 44 | 116 | v1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.