wp_wpl_cookie_scripts
StaticStores wpl cookie scripts data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_wpl_cookie_scripts` (\n `id` int NOT NULL AUTO_INCREMENT,\n `script_title` text NOT NULL,\n `script_category` int NOT NULL,\n `script_status` tinyint(1) NOT NULL,\n `script_description` longtext NOT NULL,\n `script_key` varchar(100) NOT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
Safe to delete?
If you have uninstalled Cookie Banner for GDPR / CCPA – WPLP Cookie Consent, this table is generally safe to remove. However, always back up your database first.
Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.
How to remove this table
DROP TABLE IF EXISTS `wp_wpl_cookie_scripts`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Cookie Banner for GDPR / CCPA – WPLP Cookie Consent