Use Subscribe Forms to grow your email subscriber lists with Subscribe Forms built-in email forms templates and integrations 📧
Prioritized issue groups from the latest Plugin Check scan
Security
435
12 issue groups
Maintainability
313
10 issue groups
I18n
149
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CAMPAIGN_IDs".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<p>Contact synced successfully (ID {$contact_id})!</p>"'.
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'wp-subscribe-form' but got "chaty".
Sample message
Missing $domain parameter in function call to __().
Sample message
$_GET['download_file'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['download_file']
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['download_file']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text parameter must be a single text string literal. Found: 'Form 10 <a href="'.P_UPGRADE_LINK.'" target="_blank" class="upgrade-sfba">'.P_UPGRADE_VERSION_TEXT.'</a>'
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $email at "SELECT * FROM `$table_name` WHERE `email` = '$email'"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "change_publish_button".
Sample message
Unescaped parameter $sfba_subscription_table used in $wpdb->get_results()\n$sfba_subscription_table assigned unsafely at line 227.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ACTIVECAMPAIGN_API_KEY".
Sample message
Use placeholders and $wpdb->prepare(); found $delete_sql
Sample message
Function "is_php_version_compatible()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 4.7.0.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Sanitization missing for register_setting().
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $delete_sql used in $wpdb->query()\n$delete_sql assigned unsafely at line 150.
Not analyzed yet.
First score snapshot
v1.6.2
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 961 | 419 | 542 | v1.6.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.