Flow Fields
Flow Fields is a WordPress plugin that allows you to easily add custom fields to your posts, pages, and other custom post types.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_flow_boxes | Stores flow boxes data created by this plugin. | Static |
| wp_flow_custom_post_types | Stores flow custom post types data created by this plugin. | Static |
| wp_flow_fields | Stores flow fields data created by this plugin. | Static |
| wp_flow_taxonomies | Stores flow taxonomies 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:
flow_fields_db_versionOption key:flow_fields_disable_acf_compatOption key:flow_fields_hide_helpersOption key:flow_fields_hide_pluginOption key:flow_remove_on_deactivationwp_postmeta