CMC Hook
Register php functions to hooks(action and filter), run php codes safely, create and test plugins all from dashboard tools
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_cmc_hook | Stores cmc hook data created by this plugin. | Static |
| wp_cmc_hook_project | Stores cmc hook project 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:
cmc_hook_settingswp_postsCustom post type:
bookwp_termsCustom taxonomy:
tax_name