File: wp-admin/includes/meta-boxes.php
-
Fires at the beginning of the publishing actions section of the Publish meta box.
-
functionattachment_submit_meta_box()
Displays attachment submit form fields.
-
Fires after the ‘Uploaded on’ section of the Save meta box in the attachment editing screen.
-
functionpost_format_meta_box()
Displays post format form elements.
-
functionpost_tags_meta_box()
Displays post tags form fields.
-
Fires in the middle of built-in meta box registration.
-
hookadd_meta_boxes
Fires after all built-in meta boxes have been added.
-
Fires after all built-in meta boxes have been added, contextually for the given post type.
-
hookdo_meta_boxes
Fires after meta boxes have been added.