Save Contact Form 7, Elementor, WPForms & Gravity Forms entries in database. View, filter, export form submissions to CSV & analytics reports.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,412
13 issue groups
Security
652
11 issue groups
I18n
138
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
Sample message
Mismatched text domain. Expected 'form-vibes' but got 'wpv-fv'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $idsPlaceholder at "Delete from {$wpdb->prefix}fv_enteries where id IN ( $idsPlaceholder )"
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['ajaxNonce']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['fv_nonce']
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
$_GET['fv_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fs_plugins_api".
Sample message
Use placeholders and $wpdb->prepare(); found $data_query
Sample message
Unescaped parameter $data_query used in $wpdb->get_results()\n$data_query assigned unsafely at line 166.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1s.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%%'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Unescaped parameter $data_query used in $wpdb->get_results()\n$data_query assigned unsafely at line 127.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
284
External assets
2
Incoming endpoints
14
No external asset domains detected.
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
2 score snapshots
v1.5.3
25
Latest
v1.5.2
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,225 | 716 | 1,509 | v1.5.3 | 2.0.0 |
| 31 | 460 | 176 | 284 | v1.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.