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 2
wp_custom_key_mapping
wp_statuses
PHP Error Log 17 lines
[15-Jan-2025 13:15:56 UTC] WordPress database error Can't create table `wordpress`.`wp_submission_comments` (errno: 150 "Foreign key constraint is incorrectly formed") for query CREATE TABLE IF NOT EXISTS wp_submission_comments (
id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
submission_id BIGINT(20) UNSIGNED NOT NULL,
comment TEXT NOT NULL,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
FOREIGN KEY (submission_id) REFERENCES wp_e_submissions(id) ON DELETE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_kd-submissions/kd-submissions.php'), WP_Hook->do_action, WP_Hook->apply_filters, keyd_submissions_update_database_schema, dbDelta
[15-Jan-2025 13:15:56 UTC] WordPress database error Can't create table `wordpress`.`wp_submission_statuses` (errno: 150 "Foreign key constraint is incorrectly formed") for query CREATE TABLE IF NOT EXISTS wp_submission_statuses (
id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
submission_id BIGINT(20) UNSIGNED NOT NULL,
status_id BIGINT(20) UNSIGNED NOT NULL,
PRIMARY KEY (id),
UNIQUE (submission_id, status_id),
FOREIGN KEY (submission_id) REFERENCES wp_e_submissions(id) ON DELETE CASCADE,
FOREIGN KEY (status_id) REFERENCES wp_statuses(id) ON DELETE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_kd-submissions/kd-submissions.php'), WP_Hook->do_action, WP_Hook->apply_filters, keyd_submissions_update_database_schema, dbDelta