Fires after the title field.
$postWP_Postwp-admin/edit-form-advanced.php:607file scopewp-admin/includes/post.php:2557the_block_editor_meta_box_post_form_hidden_fields() * Fires after the title field. * * @since 3.5.0 * * @param WP_Post $post Post object. */do_action( 'edit_form_after_title', $post ); if ( post_type_supports( $post_type, 'editor' ) ) { $_wp_editor_expand_class = ''; if ( $_wp_editor_expand ) { $_wp_editor_expand_class = ' wp-editor-expand'; }Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.