Code Unloader
Per-page JavaScript & CSS asset management. Surgically dequeue scripts and styles on any page using exact, wildcard, or regex URL rules.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_cu_group_items | Stores cu group items data created by this plugin. | Static |
| wp_cu_groups | Stores cu groups data created by this plugin. | Static |
| wp_cu_log | A logging table that records activity, events, or audit history. | Static |
| wp_cu_rules | Stores cu rules data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
cdunloader_db_versionOption key:cdunloader_kill_switchOption key:cdunloader_uninstall_delete_data