Send free email from your site in a minute. Do not need any complex setup of SMTP or API's
Prioritized issue groups from the latest Plugin Check scan
Maintainability
75
11 issue groups
Security
51
7 issue groups
I18n
16
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_plugins".
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$plugin_abbr . '_additional_feedback_meta_info'".
Sample message
$_REQUEST['data'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $domain parameter must be a single text string literal. Found: $this->plugin
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$field['type']'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ig_mailer_add_deactivation_reasons".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $logs_table used in $wpdb->get_var()
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
Use placeholders and $wpdb->prepare(); found interpolated variable {$logs_table} at "SELECT COUNT(*) FROM {$logs_table} WHERE status = %s AND created_at >= %d"
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['data']
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "IG_Feedback_V_1_2_12".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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 placeholders and $wpdb->prepare(); found $sql
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
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
The $text parameter must be a single text string literal. Found: sprintf( "<span><p>We hope you're enjoying <b>%s</b> plugin! Could you please do us a BIG favor and give us a 5-star rating on WordPress to help us spread the word and boost our motivation?</p>", $this->name )
Sample message
Plugin name "Icegram Mailer - Reliable Email Deliverability, No-code SMTP Replacement & Email logs" is different from the name declared in plugin header "Icegram Mailer".
Potential connections found in static code analysis.
Outbound calls
67
External assets
0
Incoming endpoints
3
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.0.13
38
Latest
v1.0.12
38
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 142 | 36 | 106 | v1.0.13 | 2.0.0 |
| 38 | 142 | 36 | 106 | v1.0.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.