Use Mail Mint, the easiest email marketing automation plugin in WordPress to generate leads, send email campaigns, and run email automation workflows.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
4,453
2 issue groups
Maintainability
932
13 issue groups
Security
704
10 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'mail-mint' but got "mrm".4,446
- Category
- I18n
- Occurrences
- 4,446
- Severity
- error
Sample message
Mismatched text domain. Expected 'mail-mint' but got "mrm".
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.378
- Category
- Maintainability
- Occurrences
- 378
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().355
- Category
- Maintainability
- Occurrences
- 355
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityUnescaped DBParameterUnescaped parameter $ac_table used in $wpdb->get_results()\n$ac_table assigned unsafely at line 603.305
- Category
- Security
- Occurrences
- 305
- Severity
- warning
Sample message
Unescaped parameter $ac_table used in $wpdb->get_results()\n$ac_table assigned unsafely at line 603.
WARNINGSecurityInterpolated Not PreparedUse placeholders and $wpdb->prepare(); found interpolated variable $automation_step_table at "SELECT * FROM $automation_step_table WHERE automation_id = %d"260
- Category
- Security
- Occurrences
- 260
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $automation_step_table at "SELECT * FROM $automation_step_table WHERE automation_id = %d"
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.67
- Category
- Maintainability
- Occurrences
- 67
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $count_query41
- Category
- Security
- Occurrences
- 41
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $count_query
WARNINGSecurityUnfinished PrepareReplacement variables found, but no valid placeholders found in the query.38
- Category
- Security
- Occurrences
- 38
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;30
- Category
- Maintainability
- Occurrences
- 30
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Show 15 moreShow less
ERRORSecurityUnescaped DBParameter20
- Category
- Security
- Occurrences
- 20
- Severity
- error
Sample message
Unescaped parameter $broadcast_table used in $wpdb->get_row()\n$broadcast_table assigned unsafely at line 2371.
ERRORMaintainabilitywp function not compatible with requires wp18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- error
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.8.0.
WARNINGMaintainabilityNon Prefixed Constant Found16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MRM_ADMIN_DIST_CSS_FOLDER".
WARNINGMaintainabilitySchema Change11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORSecurityOutput Not Escaped11
- Category
- Security
- Occurrences
- 11
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attributes['svg']'.
WARNINGMaintainabilityslow db query meta value9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
ERRORSecurityException Not Escaped9
- Category
- Security
- Occurrences
- 9
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Failed to open export file for writing: {$export_file}"'.
WARNINGSecurityReplacements Wrong Number8
- Category
- Security
- Occurrences
- 8
- Severity
- warning
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
WARNINGMaintainabilityslow db query meta key7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
ERRORI18nInterpolated Variable Text7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $param
ERRORMaintainabilityOffloaded Content6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- error
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
WARNINGSecurityUnquoted Complex Placeholder6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1s.
WARNINGMaintainabilityNon Prefixed Class Found6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ContactImportAction".
WARNINGMaintainabilityNon Prefixed Function Found6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "MM".
WARNINGSecuritywp redirect wp redirect6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
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.
Score History
First score snapshot
v1.24.1
25
Latest
- Findings
- 6,130
- Errors
- 4,675
- Warnings
- 1,455
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 6,130 | 4,675 | 1,455 | v1.24.1 | 2.0.0 |