wpseek.com
A WordPress-centric search engine for devs and theme authors



edit_form_top › WordPress Action Hooks

Since3.7.0
Deprecatedn/a
do_action( 'edit_form_top', $post )
Parameters:
  • (WP_Post) $post Post object.
    Required: Yes
Defined at:
Codex:

Fires at the beginning of the edit form.

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





Source

do_action( 'edit_form_top', $post );