Add CSS, JavaScript, PHP and HTML code snippets to your site.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
428
14 issue groups
Security
327
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
Detected usage of a possibly undefined superglobal array index: $_FILES['fileToUpload']. Check that the array index exists before using it.
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
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: "$currentFilter".
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: "cjtIncompatiblePHPNotice".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_print_scripts".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
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.
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: ":{$_SERVER["SERVER_PORT"]}"
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Potential connections found in static code analysis.
Outbound calls
163
External assets
0
Incoming endpoints
8
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v12.0.7
26
Latest
v12.0.6
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 770 | 151 | 619 | v12.0.7 | 2.1.0 |
| 25 | 772 | 155 | 617 | v12.0.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.