do_action( 'edit_form_top', WP_Post $post )

Fires at the beginning of the edit form.


Description

At this point, the required hidden fields and nonces have already been output.


Parameters

$post

(WP_Post) Post object.


Source

File: wp-admin/edit-form-advanced.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.7.0 Introduced.