Action hook 'post_edit_form_tag'

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

Description

Fires inside the post editor form tag.

Occurrences

Filename Line Number
wp-admin/edit-form-advanced.php 489

Parameters

Type Name Description
WP_Post $post Post object.

PHP Doc

/**
 * Fires inside the post editor form tag.
 *
 * @since 3.0.0
 *
 * @param WP_Post $post Post object.
 */