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
544 /**
545  * Fires at the beginning of the edit form.
546  *
547  * At this point, the required hidden fields and nonces have already been output.
548  *
549  * @since 3.7.0
550  *
551  * @param WP_Post $post Post object.
552  */
553 do_action( 'edit_form_top', $post ); ?>
554
555 <div id="poststuff">
556 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>">
557 <div id="post-body-content">
558
559 <?php if ( post_type_supports($post_type, 'title') ) { ?>
560 <div id="titlediv">
561 <div id="titlewrap">
562      <?php