To customize which fields are shown in Pods UI, you can filter the default UI options through this filter / function combination. Overriding the $ui array with the options you wish to customize, this can be pretty quick and easy.
function pods_ui_test ( $ui ) {
// Test on UI Column
$ui[ 'fields' ][ 'manage' ] = array(
'city' => 'City',
'region' => 'Region'
);
return $ui;
}
add_filter( 'pods_admin_ui_cities', 'pods_ui_test' );
Related Posts:
- Style custom columns in admin panels (especially to adjust column cell widths)
- Tips for using WordPress as a CMS? [closed]
- Is It Possible To Add Custom Post Type Menu As Another Custom Post Type Sub Menu
- Adding ‘menu order’ column to custom post type admin screen
- Implementing a CrunchBase.com Clone using WordPress?
- How do I set the default admin sort order for a custom post type to a custom column?
- Create a custom archive page for a custom post type in a plugin
- Replacing the title in admin list table
- Make custom column sortable
- Media library – Limit images to custom post type
- How to Add Custom Taxonomy To Woocommerce Plugin
- Any way to make posts inherit properties/taxonomies through a single assigned taxonomy
- Development of a WordPress Search Plugin – Best Practices
- Prevent trash/delete action on specific post types
- How to add custom content template part for a custom post type on main query using a plugin
- Custom sortable columns ordered by meta-value?
- Add “Last Edited by” column to custom post type list table
- Change capability type of post type registered by plugin
- How to add custom columns to Custom Post Type admin screen
- Rewriting ‘rewrite’ slug for custom post type used by plugin
- Column sorting with emtpy meta values
- echo value from ‘select’ field type into page template using cmb2?
- manage posts custom column is not populating data from meta boxes
- register_taxonomy with multiple object type and update_count_callback
- How often do you need to register_post_type?
- post_type_link filter causes 404 on the CPT page it’s used on
- How to use a dedicated template for the Custom Post Type from a plugin?
- how do I group content in magazine-style ‘issues’?
- Add Capabilities to Custom Post Type after it has been created [duplicate]
- Custom admin columns for ALL custom post types
- order of date column in custom post type
- Include images from pages in wp search.php results in default wp search
- Separating Search Results By Post Type
- Add custom column to custom post type overview in backend
- List events by month
- Date query for a custom meta field
- Maintaining WP_Query Relation Among CPT, Custom Taxonomy, Permalinks- CPT UI
- custom sortable column
- Downsides to not using built-in “Posts” post type?
- Change plugin’s has_archive = true to false?
- Getting arguments for register_post_type from a plugin generated post type
- Custom Post Type, Two categories, Two columns with Pagination
- How do I create a custom post type for a training CMS in WordPress?
- update a post meta from a single table cell TablePress
- update custom post type meta from a shortcode
- Remove POST_TYPE from custom post type permalink
- Query posts between two dates (custom meta keys) CMB2
- How to localize value of posts
- Used with meta_query in query_posts works slowly
- Replacing the title in admin list table
- Remove Post Page “View Post” Link
- Change upload_dir folder at a certain cpt but cant change back
- How can I add columns to custom post tables
- How to add post_author column to custom post type
- How to register custom post types in a plugin?
- Display custom taxonomy as dropdown list
- Custom Post Types: Custom columns with Title submenu?
- How to show custom (checkbox) field value in admin post list?
- How to append element after thumbnail
- Best practice for adding posts in bulk
- Adding menu_order to CPT admin page
- How to initialize PODS?
- How could I create a ‘private comments’ section on a custom post type?
- Custom post admin filtering by post meta (the date)
- Admin Column Text Positioning
- Hide Meta Boxes for Non-Admins
- How do I sort a custom post type admin column using two meta keys?
- Add Post Url to Manage Edit Screen
- Issue to get wp_get_attachment_image with cmb2
- How to have the right design for a custom post type without accessing themes
- Best action hook to create custom post and assign taxonomy terms to it on plugin activation?
- Problem adding column to WC Subscription [closed]
- Custom Post Type | Fatal Error on register_post_type()
- Set object terms not working on plugin activation
- How to add the post ID (or any other post data) to a Contact Form 7 mail?
- GravityForm: Populate Dropdown with custom post type [closed]
- how to add extra meta box or textarea into custom post types
- “add_post_type_support” with Custom Post Type & ACF
- Shortcode insertion in tab
- Using GraphQL Plugin with Pods Framework
- Can’t get order_by meta_value_num to work properly
- How to quickly reorder posts in the admin panel that will persist for the wp-api
- Add CPT as subpage under custom page
- Custom post type that lets users create a set of posts?
- Include images from pages in wp search.php results in default wp search
- Create Inclusions and exclusions
- How to create groups like that in buddypress?
- Post that populates itself (almost) automatically using data from imported excel file
- I broke it! Custom post type archive gets redirected to home
- Populate metabox dropdown with post title from another Custom Post Type (issues with wp_reset / global $post)
- Custom Fields through plugin in a Custom Post Type
- Columns depending on posts count
- Can’t save custom post type fields
- Enable shortcodes on custom post type
- Multiple domains, Single database, 1 Parent/Master with all content, other domains/slaves with filtered content (based on “location” variable)
- How to Create movie schedule by custom post type query
- Best Plugins for Complex Index of Resources [closed]
- Making my custom column sortable
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- WP_Query return highest number only