Websites are one of the most important sources of leads for your business.
Prioritized issue groups from the latest Plugin Check scan
Security
787
11 issue groups
Maintainability
331
13 issue groups
I18n
2
1 issue group
Sample message
$_POST[$config_fields[$i]['name']] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$config_fields[$i]['name']][$index]. Check that the array index exists before using it.
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
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $blogusersquery
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
Unescaped parameter $config_query used in $wpdb->get_results()\n$config_query assigned unsafely at line 225.
Sample message
Detected usage of a non-sanitized, non-validated input variable _SESSION: "<div id='crmformsLogMsg{$_SESSION["generated_forms"]}'></div>"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
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
print_r() found. Debug code should not normally be used in production.
Sample message
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $field_id at "update zcf_zohocrmform_field_manager set editupdate = '0' where field_id ='$field_id'"
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $text text string should have translatable content. Found: ' '
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$third_module_pluginname'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Not analyzed yet.
First score snapshot
v1.8.2.3
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 1,126 | 101 | 1,025 | v1.8.2.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.