Action hook 'edit_form_after_title'

in WP Core File wp-admin/edit-form-advanced.php at line 607

Description

Fires after the title field.

Occurrences

Filename Line Number
wp-admin/edit-form-advanced.php 607
wp-admin/includes/post.php 2549

Parameters

Type Name Description
WP_Post $post Post object.

Usage Examples

Example 1

add_action( 'edit_form_after_title', '_wp_posts_page_notice'

PHP Doc

/**
 * Fires after the title field.
 *
 * @since 3.5.0
 *
 * @param WP_Post $post Post object.
 */