Skip to content

Instantly share code, notes, and snippets.

@bryceadams
Created October 14, 2012 08:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryceadams/3888008 to your computer and use it in GitHub Desktop.
Save bryceadams/3888008 to your computer and use it in GitHub Desktop.
Meta Box Callbacks
'post_thumbnail_meta_box' - Featured Image metabox
'post_slug_meta_box' - Slug metabox
'post_author_meta_box' - Author metabox
'post_categories_meta_box' - Categories metabox
'post_format_meta_box' - Formats metabox
'post_comment_meta_box' - Comments metabox
'post_comment_status_meta_box' - Comments Status metabox
'post_tags_meta_box' - Tags metabox
'post_submit_meta_box' - Submit metabox
'post_custom_meta_box' - Custom Fields metabox
'post_revision_meta_box' - Post Revisions metabox
@kplandes
Copy link

kplandes commented Nov 1, 2013

'post_excerpt_meta_box' - Excerpt metabox

@falkenbert
Copy link

How about the callback for the Attributes metabox?

@falkenbert
Copy link

Found it 'page_attributes_meta_box' - Page attributes

@e-popotam
Copy link

Nice! How can I find the woocommerce product tags meta box callback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment