Flexible email automation and workflows triggered by customer and site events.
Prioritized issue groups from the latest Plugin Check scan
Security
211
10 issue groups
Maintainability
151
13 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
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
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
Unescaped parameter $args_column used in $wpdb->get_col()\n$args_column assigned unsafely at line 455.
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->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
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 3.
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".
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
7 score snapshots
v4.9.0
25
Latest
v4.8.9
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 400 | 235 | 165 | v4.9.0 | 2.1.0 |
| 25 | 376 | 228 | 148 | v4.8.9 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.