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
411 /**
412  * Fires at the beginning of the edit form.
413  *
414  * At this point, the required hidden fields and nonces have already been output.
415  *
416  * @since 3.7.0
417  *
418  * @param WP_Post $post Post object.
419  */
420 do_action( 'edit_form_top', $post ); ?>
421
422 <div id="poststuff">
423 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>">
424 <div id="post-body-content">
425
426 <?php if ( post_type_supports($post_type, 'title') ) { ?>
427 <div id="titlediv">
428 <div id="titlewrap">
429      <?php