Extend Custom HTML block to evolve into the advanced code editor.
Prioritized issue groups from the latest Plugin Check scan
Security
10
4 issue groups
Maintainability
9
4 issue groups
I18n
1
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_GET['file']
Sample message
$_GET['file'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$option_name".
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.
Potential connections found in static code analysis.
Outbound calls
81
External assets
2
Incoming endpoints
0
No public endpoints detected.
3 score snapshots
v4.1.0
77
Latest
v4.0.1
77
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 77 | 20 | 7 | 13 | v4.1.0 | 2.0.0 |
| 77 | 21 | 8 | 13 | v4.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.