Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: edit_page_form

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
191 <?php the_editor($post->post_content); ?>
192 <?php wp_nonce_field( 'autosave', 'autosavenonce', false ); ?>
193 <?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
194 <?php wp_nonce_field( 'getpermalink', 'getpermalinknonce', false ); ?>
195 <?php wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false ); ?>
196 </div>
197
198 <?php do_meta_boxes('page', 'normal', $post); ?>
199
200 <?php do_action('edit_page_form'); ?>
201
202 <h2><?php _e('Advanced Options'); ?></h2>
203
204
205 <?php 
206 function page_custom_meta_box($post){
207 ?>
208 <div id="postcustomstuff">
209 <table cellpadding="3">