ChunkBlocks
Build reusable content blocks with custom fields. Define a template once, let editors fill it in everywhere.
5 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_cb_blocks | Stores cb blocks data created by this plugin. | Static |
| wp_cb_fields | Stores cb fields data created by this plugin. | Static |
| wp_cb_page_blocks | Stores cb page blocks data created by this plugin. | Static |
| wp_cb_table_columns | Stores cb table columns data created by this plugin. | Static |
| wp_cb_tables | Stores cb tables 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:
cb_content_languagesOption key:cb_db_versionOption key:cb_enabled_languagesOption key:cblk_content_languagesOption key:cblk_content_main_languageOption key:cblk_enabled_languagesOption key:cblk_fallback_languageOption key:cblk_languageOption key:cblk_language_detectionOption key:cblk_output_modeOption key:cblk_show_attributionOption key:cblk_versionwp_postmeta