ChunkBlocks

Build reusable content blocks with custom fields. Define a template once, let editors fill it in everywhere.

5 database tables

Table NameDescriptionMethod
wp_cb_blocksStores cb blocks data created by this plugin.Static
wp_cb_fieldsStores cb fields data created by this plugin.Static
wp_cb_page_blocksStores cb page blocks data created by this plugin.Static
wp_cb_table_columnsStores cb table columns data created by this plugin.Static
wp_cb_tablesStores 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_options
Option 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_version
wp_postmeta
Post meta