Your Wordpress Site and Email Marketing all in one place!
Prioritized issue groups from the latest Plugin Check scan
Security
91
6 issue groups
Maintainability
16
9 issue groups
I18n
6
4 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['post_ids'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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
Detected usage of a non-sanitized input variable: $_GET['post_ids']
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_wpnonce']. Check that the array index exists before using it.
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
The $text parameter must be a single text string literal. Found: 'Please verify the email address you are signed into WordPress with'\n . ' using the interface below, then re-attempt creating your email.'
Sample message
Mismatched text domain. Expected 'benchmark-email-lite' but got 'benchmark-emaik-lite'.
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Sample message
Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
Function "register_block_type_from_metadata()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.9.0.
Potential connections found in static code analysis.
Outbound calls
14
External assets
1
Incoming endpoints
1
register_rest_route
2 score snapshots
v4.4.0
39
Latest
v4.3.1
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 115 | 89 | 26 | v4.4.0 | 2.1.0 |
| 39 | 109 | 86 | 23 | v4.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.