Posts (edit) (category)
| dbx_post_advanced | Deprecated hook that fires while built-in meta boxes are registered. Use |
| dbx_post_sidebar | Fires after all meta boxes (before the closing |
| 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 |
| 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 |
| 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_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 |
| 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 ( |
| submitpost_box | Fires before the meta boxes in the sidebar ( |