Extend your favorite page builder and site design with the best free Elements, Widgets, Templates, and Toolkit for Block Editor, Elementor & WPBakery!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,268
11 issue groups
Security
278
7 issue groups
I18n
208
6 issue groups
Performance
30
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Icon_Manager_Param".
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value=\"$value\" $selected>$label</option>"'.
Sample message
Mismatched text domain. Expected 'borderless' but got 'Background Control'.
Sample message
Too many parameters passed to function "__()". Expected: 2 parameters, received: 3
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
Processing form data without nonce verification.
Sample message
Using exclusionary parameters, like exclude, 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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The $text parameter must be a single text string literal. Found: $add_new
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "LIBRARY".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
$_GET['import'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['import']
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Enter element ID (Note: make sure it is unique and valid according to %sw3c specification%s).'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "anzu_templates".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'customize_save_' . $key".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['import']. Check that the array index exists before using it.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Not analyzed yet.
First score snapshot
v1.7.5
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,826 | 438 | 1,388 | v1.7.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.