do_action( 'edit_form_after_title', WP_Post $post )
Fires after the title field.
Parameters Parameters
- $post
-
(WP_Post) Post object.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Remember that this hook only works on the classic editor, and it is not supported by the new Gutenberg editor (that is the default editor since version 5)