Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where
possible, so the numbers you see here may be lower than those reported by other tools.
Things that the plugin adds to the site. This section is not intended to be comprehensive.
The test tool only looks for a few specific types of added content.
Database Tables 6
wp_neural_forms_entries
wp_neural_forms_entry_ai_responses
wp_neural_forms_entry_messages
wp_neural_forms_forms
wp_neural_forms_logs
wp_neural_forms_queue
Options wp_options1
neural_forms_db_version
Capabilities 1
neural_forms_manage_forms
PHP Error Log 9 lines
[22-Jun-2026 13:40:49 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'high_priority,
SUM( needs_reply = 1 AND status IN ('new','read') ) A...' at line 3 for query SELECT
COUNT(*) AS analyzed,
SUM( ai_priority = 'high' ) AS high_priority,
SUM( needs_reply = 1 AND status IN ('new','read') ) AS needs_reply,
SUM( ai_is_spam = 1 ) AS spam_detected
FROM `wp_neural_forms_entries`
WHERE ai_status = 'complete'
AND created_at >= DATE_SUB( UTC_TIMESTAMP(), INTERVAL 7 DAY ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, NeuralForms\Rest\Endpoints\StatsEndpoint->get_stats, NeuralForms\Rest\Endpoints\StatsEndpoint->ai_summary