Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: edit_form_after_title

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
383 ?>
384 </div>
385 <?php
386 wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false );
387 ?>
388 </div><!-- /titlediv -->
389 <?php
390 }
391
392 do_action( 'edit_form_after_title', $post );
393
394 if ( post_type_supports($post_type, 'editor') ) {
395 ?>
396 <div id="postdivrich" class="postarea edit-form-section">
397
398 <?php wp_editor( $post->post_content, 'content', array(
399      'dfw' => true,
400      'tabfocus_elements' => 'insert-media-button,save-post',
401      'editor_height' => 360,