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_bft_attachments
wp_bft_emaillog
wp_bft_mails
wp_bft_newsletters
wp_bft_sentmails
wp_bft_users
Options wp_options1
bft_db_version
PHP Error Log 15 lines
[02-Nov-2020 06:49:19 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') DEFAULT CHARSET=utf8' at line 7 for query CREATE TABLE `wp_bft_unsubs` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`email` varchar(100) NOT NULL DEFAULT '',
`date` date NOT NULL DEFAULT '2000-01-01',
`ar_mails` smallint(5) unsigned NOT NULL DEFAULT 0,
`reason` varchar(255) NOT NULL DEFAULT '',
) DEFAULT CHARSET=utf8; made by activate_plugin, do_action('activate_bft-autoresponder/bft-autoresponder.php'), WP_Hook->do_action, WP_Hook->apply_filters, bft_install, bft_init, bft_install
[02-Nov-2020 06:49:19 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') DEFAULT CHARSET=utf8' at line 7 for query CREATE TABLE `wp_bft_unsubs` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`email` varchar(100) NOT NULL DEFAULT '',
`date` date NOT NULL DEFAULT '2000-01-01',
`ar_mails` smallint(5) unsigned NOT NULL DEFAULT 0,
`reason` varchar(255) NOT NULL DEFAULT '',
) DEFAULT CHARSET=utf8; made by activate_plugin, do_action('activate_bft-autoresponder/bft-autoresponder.php'), WP_Hook->do_action, WP_Hook->apply_filters, bft_install
[02-Nov-2020 06:49:22 UTC] WordPress database error Table 'wordpress.wp_bft_unsubs' doesn't exist for query SELECT COUNT(id) FROM wp_bft_unsubs made by do_action('arigato-light_page_bft_list'), WP_Hook->do_action, WP_Hook->apply_filters, bft_list