CoderEmbassy Checkout Fields Manager

Add and manage custom fields on your WooCommerce checkout — with customer type visibility, validation, and block checkout support.

4 database tables

Table NameDescriptionMethod
wp_cecfm_customer_typesStores cecfm customer types data created by this plugin.Static
wp_cecfm_fieldsStores cecfm fields data created by this plugin.Static
wp_cecfm_revisionsStores cecfm revisions data created by this plugin.Static
wp_cecfm_sectionsStores cecfm sections 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:cecfm_db_versionOption key:cecfm_native_fieldsOption key:cecfm_seededOption key:cecfm_settingsOption key:cecfm_version
wp_postmeta
Post meta
wp_usermeta
User meta