do_action( ‘edit_form_after_title’, WP_Post $post )

Fires after the title field.

Parameters

$postWP_Post
Post object.

Source

do_action( 'edit_form_after_title', $post );

Changelog

VersionDescription
3.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.