Add country drop down with flags and phone number with country phone extension fields in contact form 7.
Prioritized issue groups from the latest Plugin Check scan
I18n
85
6 issue groups
Security
51
7 issue groups
Maintainability
13
6 issue groups
Repo Compliance
2
2 issue groups
Sample message
Mismatched text domain. Expected 'country-phone-field-contact-form-7' but got 'nb-cpf'.
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 '$args['description']'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['tab']
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to _e().
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$name.'-country-code']. Check that the array index exists before using it.
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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
The $text parameter must be a single text string literal. Found: 'Countries code must two character length and comma separated.\r\n Wrong Value: '.esc_attr($input[$key])
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Mismatched Stable Tag: 2.6.4 != 2.6.5. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "nb-cpf", expected "country-phone-field-contact-form-7".
Not analyzed yet.
First score snapshot
v2.6.5
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 151 | 117 | 34 | v2.6.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.