AI ChatBot for WordPress WPBot addon to Build conversational Forms. Generate Leads, Create Forms inside ChatBot. Contact forms, booking forms & more
Prioritized issue groups from the latest Plugin Check scan
I18n
871
4 issue groups
Security
781
9 issue groups
Maintainability
750
12 issue groups
Sample message
Mismatched text domain. Expected 'conversational-forms' but got 'chatbot-forms'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_links".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$field[ 'slug' ]] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$field['ID']]
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to __().
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$field['ID']]['name']. Check that the array index exists before using it.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_menu_wpbot_adding_page".
Sample message
Use placeholders and $wpdb->prepare(); found $entry_ids
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CF_PRO_BASENAME".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "DELETE FROM $table WHERE `id` IN( %s )"
Sample message
Unescaped parameter $entry_ids used in $wpdb->query()\n$entry_ids used without escaping.
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
Function "get_privacy_policy_url()" requires WordPress 4.9.6, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
The $text parameter must be a single text string literal. Found: $config[ 'description' ]
Sample message
Detected usage of meta_value, possible slow query.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Not analyzed yet.
2 score snapshots
v1.4.7
24
Latest
v1.4.6
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,480 | 1,254 | 1,226 | v1.4.7 | 2.0.0 |
| 24 | 2,467 | 1,254 | 1,213 | v1.4.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.