File: wp-admin/includes/meta-boxes.php
-
Registers the default post meta boxes, and runs the `do_meta_boxes` actions.
-
Fires before the help hint text in the ‘Page Attributes’ meta box.
-
Fires immediately after the label inside the ‘Template’ section of the ‘Page Attributes’ meta box.
-
Filters the arguments for the taxonomy parent dropdown on the Post Edit page.
-
Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons in the Publish meta box.
-
hooksubmitlink_box
Fires at the end of the Publish box in the Link editing screen.
-
Filters the title of the default page template displayed in the drop-down.
-
functionpost_revisions_meta_box()
Displays list of revisions.
-
functionpage_attributes_meta_box()
Displays page attributes form fields.
-
Filters the arguments used to generate a Pages drop-down element.
-
functionpost_trackback_meta_box()
Displays trackback links form fields.
-
functionlink_submit_meta_box()
Displays link create form fields.
-
functionpost_custom_meta_box()
Displays custom fields form fields.
-
functionlink_categories_meta_box()
Displays link categories form fields.
-
functionpost_comment_status_meta_box()
Displays comments status form fields.
-
functionlink_target_meta_box()
Displays form fields for changing link target.
-
Fires at the end of the Discussion meta box on the post editing screen.
-
functionxfn_check()
Displays ‘checked’ checkboxes attribute for XFN microformat options.
-
functionpost_comment_meta_box_thead()
Displays comments for post table header
-
functionlink_xfn_meta_box()
Displays XFN form fields.
-
functionpost_comment_meta_box()
Displays comments for post.
-
functionlink_advanced_meta_box()
Displays advanced link options form fields.
-
functionpost_slug_meta_box()
Displays slug form fields.
-
functionpost_thumbnail_meta_box()
Displays post thumbnail meta box.
-
functionpost_author_meta_box()
Displays form field with list of authors.
-
functionattachment_id3_data_meta_box()
Displays fields for ID3 data.
-
functionpost_categories_meta_box()
Displays post categories form fields.
-
functionpost_excerpt_meta_box()
Displays post excerpt form fields.
-
functionpost_submit_meta_box()
Displays post submit form fields.
-
Fires after the post time/date setting in the Publish meta box.