Frontend post submission with or without login, 5 pre-designed templates, simple custom fields, Google reCAPTCHA and Cloudflare Turnstile security, an …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
413
11 issue groups
Security
252
9 issue groups
I18n
28
4 issue groups
Performance
6
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_email".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"{'error':'increase post_max_size and upload_max_filesize to $size'}"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_FILES['qqfile']['name']
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['qqfile']['name']. 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
The $text parameter must be a single text string literal. Found: $field_details['character_limit_error_message']
Sample message
Processing form data without nonce verification.
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 $form_table at "SELECT COUNT(*) FROM $form_table WHERE form_alias like %s AND form_id !=%d"
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
The parameter "array( 'hide_empty' => 0, 'child_of' => $child_of )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
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
Missing $domain parameter in function call to esc_html__().
Sample message
Mismatched text domain. Expected 'frontend-post-submission-manager-lite' but got 'wp-subscription-forms'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
The use of function move_uploaded_file() is forbidden
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
Unescaped parameter $form_table used in $wpdb->get_var()\n$form_table assigned unsafely at line 33.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Frontend_Post_Submission_Manager_Lite".
Potential connections found in static code analysis.
Outbound calls
68
External assets
2
Incoming endpoints
13
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.3.3
27
Latest
v1.3.2
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 709 | 212 | 497 | v1.3.3 | 2.0.0 |
| 27 | 708 | 213 | 495 | v1.3.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.