Easily create high-converting, responsive landing pages with 120+ templates using the free PluginOps Page Builder for WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,702
17 issue groups
Security
1,222
8 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Columni".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <!DOCTYPE html>\r\n'.
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$this->tag . '-' . $this->test_name]. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AWeberAPI".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "CS_REST_SERIALISATION_get_available".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CS_HOST".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data['error']'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"
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().
Potential connections found in static code analysis.
Outbound calls
221
External assets
40
Incoming endpoints
39
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
21 more hidden
2 score snapshots
v1.5.3.7
21
Latest
v1.5.3.6
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 4,033 | 1,120 | 2,913 | v1.5.3.7 | 2.0.0 |
| 21 | 4,156 | 1,173 | 2,983 | v1.5.3.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.