Action hook 'edit_form_top'

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

Description

Fires at the beginning of the edit form. At this point, the required hidden fields and nonces have already been output.

Occurrences

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

Parameters

Type Name Description
WP_Post $post Post object.

PHP Doc

/**
 * Fires at the beginning of the edit form.
 *
 * At this point, the required hidden fields and nonces have already been output.
 *
 * @since 3.7.0
 *
 * @param WP_Post $post Post object.
 */