Create unlimited subscription forms effortlessly with our user-friendly tool. Collect subscribers directly in WP Backend and export them to CSV.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
175
10 issue groups
Security
160
11 issue groups
I18n
10
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$alias_class".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
$_COOKIE['wpsf_alias'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $form_table at "SELECT COUNT(*) FROM $form_table WHERE form_alias like %s AND form_id !=%d"
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['form_alias']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'wp-subscription-forms' but got 'frontend-post-submission-manager-lite'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Subscription Forms - Subscription Form Plugin for WordPress" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
Use placeholders and $wpdb->prepare(); found $subscriber_query
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
The $text parameter must be a single text string literal. Found: sprintf('Hello There,\n\nThank you for subscribing in our %s website. Please confirm your subscription from below below link:\n\n#confirmation_link\n\nYou will be subscribed to our mailing list after you will click in the above confirmation link.\n\nThank you', esc_attr(get_bloginfo('name')))
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
The %i modifier is only supported in WP 6.2 or higher. Found: "%i".
Sample message
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
213
External assets
13
Incoming endpoints
12
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.2.5
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 351 | 131 | 220 | v1.2.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.