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 1
wp_inforu_subscribe
Options wp_options2
wc_inforu_newsletter_setup_version
wc_inforu_setup_version
PHP Error Log 15 lines
[23-Apr-2025 10:34:35 UTC] WordPress database error Table 'wordpress.wp_woocommerce_sessions' doesn't exist for query ALTER TABLE `wp_woocommerce_sessions` ADD `updated_at` TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP; made by activate_plugin, do_action('activate_inforu-mobile-automation/woocommerce-inforu.php'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu::install, WC_Inforu\Setup->run, WC_Inforu\Setup->addSessionTimestamp
[23-Apr-2025 10:34:35 UTC] WordPress database error Can't create table `wordpress`.`wp_inforu_abandone_cart` (errno: 150 "Foreign key constraint is incorrectly formed") for query CREATE TABLE wp_inforu_abandone_cart (
id mediumint(9) NOT NULL AUTO_INCREMENT,
session_id bigint(20) unsigned NOT NULL,
cart_data TEXT DEFAULT NULL,
create_at DATETIME DEFAULT CURRENT_TIMESTAMP,
token VARCHAR(64) DEFAULT NULL,
PRIMARY KEY (id),
FOREIGN KEY (session_id) REFERENCES wp_woocommerce_sessions(session_id) ON DELETE CASCADE
); made by activate_plugin, do_action('activate_inforu-mobile-automation/woocommerce-inforu.php'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu::install
[23-Apr-2025 10:34:35 UTC] WordPress database error Table 'wordpress.wp_inforu_abandone_cart' doesn't exist for query INSERT INTO wp_inforu_abandone_cart (session_id)
SELECT ws.session_id
FROM wp_woocommerce_sessions ws
LEFT JOIN wp_inforu_abandone_cart iac ON ws.session_id = iac.session_id
WHERE iac.session_id IS NULL AND ws.updated_at < NOW() made by activate_plugin, do_action('activate_inforu-mobile-automation/woocommerce-inforu.php'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Inforu::install