edit_form_top

edit_form_top

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('edit_form_top') is found 1 times:

  • /wp-admin/edit-form-advanced.php line 526
     * @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">
    
    

See this hook used in plugins: