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 NameDescriptionMethod
wp_flow_boxesStores flow boxes data created by this plugin.Static
wp_flow_custom_post_typesStores flow custom post types data created by this plugin.Static
wp_flow_fieldsStores flow fields data created by this plugin.Static
wp_flow_taxonomiesStores 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_options
Option 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_deactivation
wp_postmeta
Post meta