Tag: manage_posts_custom_column
-
Add ACF Value to Custom Post Type WP Admin List
Displaying the value of an Advanced Custom Fields (ACF) field in the WordPress admin post list can be really handy for quick overviews. You can do this by using the manage_posts_columns and manage_posts_custom_column hooks for posts or custom post types. Here’s a basic example that shows how to display an ACF field named my_things in…