Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: edit_form_top

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
491 /**
492  * Fires at the beginning of the edit form.
493  *
494  * At this point, the required hidden fields and nonces have already been output.
495  *
496  * @since 3.7.0
497  *
498  * @param WP_Post $post Post object.
499  */
500 do_action( 'edit_form_top', $post );
501 ?>
502
503 <div id="poststuff">
504 <div id="post-body" class="metabox-holder columns-<?php echo ( 1 === get_current_screen()->get_columns() ) ? '1' : '2'; ?>">
505 <div id="post-body-content">
506
507 <?php if ( post_type_supports( $post_type, 'title' ) ) { ?>
508 <div id="titlediv">
509 <div id="titlewrap">