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 3
wp_sema_attr_taxonomy
wp_sema_brands
wp_sema_fitment
Options wp_options2
sema_plugin_version
sema_settings
PHP Error Log 11 lines
[07-Mar-2024 23:59:04 UTC] WordPress database error Key column 'id' doesn't exist in table for query CREATE TABLE wp_sema_products (
`productid` int(11) NOT NULL,
`brandid` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`partno` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`status` int(11) DEFAULT NULL,
`wpid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_wpid` (`wpid`) USING BTREE,
KEY `idx_brandid` (`brandid`) USING BTREE,
KEY `idx_brandidpartno` (`brandid`,`partno`) USING BTREE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_sema-api/sema-api.php'), WP_Hook->do_action, WP_Hook->apply_filters, sema_activation, sema_create_tables, dbDelta