I’m wanting to change the display title of a meta box when editing a custom post.
I want to try this solution here:
How to change the title of a Meta Box on a specified Custom Post Type?
Where I’d be removing the meta box and then re-adding it with a modified title. However, I don’t have the ID information of my meta boxes and am having trouble finding them. Is there a way to get a list of ID’s of meta boxes? I’ve looked into the global variable $wp_meta_boxes
, but I couldn’t figure out how to list the ID’s.
A bit more information: I didn’t create the meta boxes originally. I created custom taxonomies for a specific post type, and WordPress automatically created the meta boxes that allow you to tag those custom taxonomies while editing my custom post.