do_action( 'edit_form_after_title', WP_Post $post )
Fires after the title field.
Parameters
-
$post
WP_Post -
Post object.
Source
File: wp-admin/edit-form-advanced.php
.
View all references
do_action( 'edit_form_after_title', $post );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
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)
Top ↑
Feedback
Yes exactly. But it works for the Custom Post Type. — By Mathieu Poisbeau —