Fires after the title field.
Parameters
$post
WP_Post- Post object.
Source
do_action( 'edit_form_after_title', $post );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
Fires after the title field.
$post
WP_Postdo_action( 'edit_form_after_title', $post );
Version | Description |
---|---|
3.5.0 | Introduced. |
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)