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

$postWP_Post
Post object.

Source

do_action( 'edit_form_top', $post );

Changelog

VersionDescription
3.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.