Posts (edit) (category)

dbx_post_advanced

Deprecated hook that fires while built-in meta boxes are registered. Use add_meta_boxes since version 3.7.0.

dbx_post_sidebar

Fires after all meta boxes (before the closing div#post-body tag) on the post editing screen in the admin area, allowing HTML to be added. Outputs nothing by default.

disable_months_dropdown

Allows you to remove the month selection drop-down from a post list table.

edit_form_advanced

Fires after all meta boxes in the normal position but before those in the advanced position, allowing the displayed content to be controlled. Fires when adding or editing any post type except pages (post_type = page). Outputs nothing by default.

edit_form_after_editor

Fires after the visual editor, allowing the displayed content to be controlled. Outputs nothing by default.

edit_form_after_title

Fires after the post title input field and its permalink, allowing the displayed content to be controlled. Outputs nothing by default.

edit_form_before_permalink

Fires after the post title input field but before the post permalink is displayed, allowing the output content to be changed.

edit_form_top

Fires before the post title input field, allowing the displayed content to be changed.

edit_page_form

Fires after all meta boxes in the normal position but before those in the advanced position on the post editing screen in the admin area, allowing HTML to be added. Fires only when adding/editing a page (post_type = page). Outputs nothing by default.

manage_(post_type)_posts_columns

Allows you to change the list of registered columns in the Posts table.

manage_posts_columns

Allows you to change the list of registered columns in the admin post table for any post type except page.

page_row_actions

Allows you to change the list of page actions in the Pages table.

post_edit_form_tag

Allows you to add HTML attributes to the <form> tag of the post publishing form in the admin area.

postmeta_form_keys

Allows you to change the set of meta fields in the Custom Fields meta box dropdown.

postmeta_form_limit

Allows you to change the number of custom fields displayed in the drop-down list in the meta-fields meta box on the post editing screen.

submitpage_box

Fires before the meta boxes in the sidebar (side position) when editing a page (post_type = page), allowing the displayed content to be changed.

submitpost_box

Fires before the meta boxes in the sidebar (side position) when editing posts and other post types except pages, allowing the displayed content to be changed.