CheckView automates WordPress form and WooCommerce testing, monitoring key flows to catch failures early before they cost you leads or sales everyday.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
282
15 issue groups
Security
92
8 issue groups
I18n
7
1 issue group
Performance
3
1 issue group
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
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$allow_dev".
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 1869.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_checkview".
Sample message
Attempting a database schema change is discouraged.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CV_DISABLE_EMAIL_RECEIPT".
Sample message
Detected usage of a non-sanitized input variable: $_POST['formData']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $cv_used_nonces at "SELECT COUNT(*) FROM $cv_used_nonces WHERE nonce = %s"
Sample message
The $text parameter must be a single text string literal. Found: 'Error fetching whitelisted IPs: ' . $response->get_error_message()
Sample message
$_SERVER['HTTP_CF_CONNECTING_IP'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $cv_used_nonces used in $wpdb->get_var()
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Function "array_find()" requires WordPress 6.8.0, but your plugin minimum supported version is WordPress 5.0.1.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Using exclusionary parameters, like post__not_in, 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
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
error_reporting() can lead to full path disclosure.
Potential connections found in static code analysis.
Outbound calls
35
External assets
3
Incoming endpoints
21
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
admin_post
wp_ajax
4 score snapshots
v2.3.2
26
Latest
v2.3.1
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 401 | 69 | 332 | v2.3.2 | 2.0.0 |
| 26 | 403 | 69 | 334 | v2.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.