Cptify – Custom Post Type, Fields & Layout Builder

No-code WordPress builder for Post Types, Taxonomies, Custom Fields, and Layouts — without writing a single line of code.

6 database tables

Table NameDescriptionMethod
wp_itsmfp_field_groupsStores itsmfp field groups data created by this plugin.Static
wp_itsmfp_fieldsStores itsmfp fields data created by this plugin.Static
wp_itsmfp_post_typesStores itsmfp post types data created by this plugin.Static
wp_itsmfp_saved_shortcodesStores itsmfp saved shortcodes data created by this plugin.Static
wp_itsmfp_taxonomiesStores itsmfp taxonomies data created by this plugin.Static
wp_itsmfp_templatesStores itsmfp templates 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:itsmfp_cpt_rewrite_flush_versionOption key:itsmfp_db_versionOption key:itsmfp_debug_modeOption key:itsmfp_delete_on_uninstallOption key:itsmfp_installed_modulesOption key:itsmfp_pending_rewrite_flushOption key:itsmfp_recent_activityOption key:itsmfp_settings
wp_postmeta
Post meta