edit_form_top, $post

edit_form_top, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('edit_form_top, $post') is found 1 times:

  • /wp-admin/edit-form-advanced.php line 519
     * @since 3.7.0
     *
     * @param WP_Post $post Post object.
     */
    do_action( 'edit_form_top', $post );
    ?>
    
    <div id="poststuff">
    <div id="post-body" class="metabox-holder columns-<?php echo ( 1 === get_current_screen()->get_columns() ) ? '1' : '2'; ?>">
    <div id="post-body-content">