Save all contact form 7 form submitted data to the database, View, Ordering, Change field labels and Import/Export data using CSV.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,045
17 issue groups
Security
536
4 issue groups
I18n
122
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$VARS".
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
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: "Advanced_Cf7_Db".
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
The $domain parameter must be a single text string literal. Found: VSZ_CF7_TEXT_DOMAIN
Sample message
Missing $domain parameter in function call to __().
Sample message
Function "get_network()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "adcfdb_fs_loaded".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $text parameter must be a single text string literal. Found: $fid
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Sample message
Mismatched text domain. Expected 'advanced-cf7-db' but got ' advanced-cf7-db'.
Sample message
Attempting a database schema change is discouraged.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
The use of function ini_set() is discouraged
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 608.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
$_GET['lang'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Potential connections found in static code analysis.
Outbound calls
292
External assets
2
Incoming endpoints
6
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v2.1.3
24
Latest
v2.1.2
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,726 | 765 | 1,961 | v2.1.3 | 2.0.0 |
| 24 | 2,724 | 764 | 1,960 | v2.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.