Add CSS, JavaScript, PHP and HTML code snippets to your site. For AI-powered snippets, get our free plugin here: wpsnippets.ai
Prioritized issue groups from the latest Plugin Check scan
Maintainability
428
14 issue groups
Security
328
11 issue groups
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CJTAccessPoint".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='$noticeClasses' style='font-size:14px;font-weight:bold;margin-top: 20px;'>\n'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['fileToUpload']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['fileToUpload']
Sample message
Use placeholders and $wpdb->prepare(); found $command
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action".
Sample message
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "CJTEEISubject".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Config: {$itemName} doesn't exists in {$configName}!!!"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$globalQueueObjectName".
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 338.
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
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "deprecatedPHPCheck".
Sample message
Detected usage of a non-sanitized, non-validated input variable _REQUEST: "wp_ajax_{$this->pageId}_{$_REQUEST['CJTAjaxAction']}"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
The use of function create_function() is forbidden
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_print_scripts".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Not analyzed yet.
First score snapshot
v12.0.6
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 772 | 155 | 617 | v12.0.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.