Essential elements for modern websites. Add buttons, sliders, heroes, maps, images, carousels, features, icons, more. Create dynamic pages easily.
Prioritized issue groups from the latest Plugin Check scan
Security
464
8 issue groups
Maintainability
409
14 issue groups
I18n
149
2 issue groups
Performance
5
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_GET['widget']'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$SO_WIDGETS_BUNDLE_PREVIEW_RENDER".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s %s'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$argsLength'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
Function "do_blocks()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.2.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "attribute_escape".
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
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "contactform_fields_class_paths".
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
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$ordered_by} at \t\t\tORDER BY {$ordered_by}\n
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Parsedown".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SOW_BUNDLE_BASE_FILE".
Sample message
var_export() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
280
External assets
1
Incoming endpoints
19
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
7 more hidden
5 score snapshots
v1.74.2
24
Latest
v1.74.1
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,060 | 605 | 455 | v1.74.2 | 2.0.0 |
| 24 | 1,060 | 605 | 455 | v1.74.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.