Contact form builder for WordPress with visual form blocks, saved entries, notifications, dashboard overview, and booking forms.
Prioritized issue groups from the latest Plugin Check scan
Security
43
6 issue groups
Maintainability
38
14 issue groups
I18n
10
4 issue groups
Performance
2
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "get_block_file_template".
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
Mismatched text domain. Expected 'gutenverse-form' but got 'contact-form-7'.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$key]
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 810.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
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
Detected usage of meta_query, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DOING_CRON".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wp_create_nonce'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: touch().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Plugin name "Gutenverse Form - Contact Form Builder, Block Form & Booking Form" is different from the name declared in plugin header "Gutenverse Form".
Potential connections found in static code analysis.
Outbound calls
128
External assets
9
Incoming endpoints
7
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
10 score snapshots
v3.0.8
46
Latest
v3.0.6
46
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 46 | 94 | 18 | 76 | v3.0.8 | 2.1.0 |
| 46 | 92 | 18 | 74 | v3.0.6 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.