Flexible email automation and workflows triggered by customer and site events.
Prioritized issue groups from the latest Plugin Check scan
Security
197
9 issue groups
Maintainability
142
14 issue groups
I18n
19
1 issue group
Supply Chain
4
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot resolve {$name}"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_image_url".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 111.
Sample message
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 12.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $collation at \t\t\tMODIFY `email` varchar(255) COLLATE $collation;\n
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
The "shopmagic/core/action/send" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1$s.
Sample message
Hidden files are not permitted.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "self::DEFERRED_RUN_HOOK".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "autowire".
Potential connections found in static code analysis.
Outbound calls
289
External assets
1
Incoming endpoints
10
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v4.8.7
25
Latest
v4.8.6
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 376 | 228 | 148 | v4.8.7 | 2.0.0 |
| 25 | 374 | 228 | 146 | v4.8.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.