Pods – Custom Content Types and Fields

Pods is a framework for creating, managing, and deploying customized content types and fields for any project.

4 database tables

Table NameDescriptionMethod
wp__get_table_info_Stores get table info data created by this plugin.Static
wp_pods_Stores pods data created by this plugin.Static
wp_pods_commentStores pods comment data created by this plugin.Static
wp_pods_userStores pods user 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_commentmeta
Comment meta
wp_comments
Direct access
wp_options
Option key:_pods_Option key:avatar_defaultOption key:avatar_ratingOption key:comment_registrationOption key:default_comment_statusOption key:default_ping_statusOption key:fieldOption key:field_typeOption key:link_manager_enabledOption key:pods_calloutsOption key:pods_component_settingsOption key:pods_disable_file_browserOption key:pods_disable_file_uploadOption key:pods_files_require_loginOption key:pods_files_require_login_capOption key:pods_framework_db_versionOption key:pods_framework_upgrade_Option key:pods_framework_upgrade_2_0Option key:pods_framework_upgrade_2_0_0Option key:pods_framework_upgrade_2_0_sister_idsOption key:pods_framework_upgradedOption key:pods_framework_upgraded_1_xOption key:pods_framework_versionOption key:pods_framework_version_firstOption key:pods_framework_version_lastOption key:pods_frontier_extra_commandsOption key:pods_rolesOption key:pods_upload_require_loginOption key:pods_upload_require_login_capOption key:pods_versionOption key:start_of_weekOption key:wisdom_admin_emailsOption key:wisdom_allow_trackingOption key:wisdom_block_noticeOption key:wisdom_collect_emailOption key:wisdom_deactivation_details_Option key:wisdom_deactivation_reason_Option key:wisdom_last_track_timeOption key:wisdom_notification_times
wp_postmeta
Post meta
wp_posts
Custom post type:_pods_fieldCustom post type:_pods_groupCustom post type:_pods_pod
wp_termmeta
Term meta
wp_usermeta
User meta