Allow your visitors to contact you via mobile phones, or access your site's pages instantly.
Prioritized issue groups from the latest Plugin Check scan
Security
82
5 issue groups
Maintainability
32
6 issue groups
I18n
16
5 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$hooked'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blog_ids".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "mcb_admin_add_button".
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
The $text parameter must be a single text string literal. Found: $plugin_data['Description']
Sample message
Missing $domain parameter in function call to esc_attr_e().
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: $_POST['contact_type']
Sample message
$_POST['contact_type'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Mobile Contact Bar requires at least PHP version %s. You are running version %s. Please upgrade and try again.'.
Sample message
Processing form data without nonce verification.
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.6.0.
Not analyzed yet.
First score snapshot
v3.0.5
41
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 130 | 94 | 36 | v3.0.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.