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
178 <?php the_editor($post->post_content); ?>
179 <?php wp_nonce_field( 'autosave', 'autosavenonce', false ); ?>
180 <?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
181 <?php wp_nonce_field( 'getpermalink', 'getpermalinknonce', false ); ?>
182 <?php wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false ); ?>
183 </div>
184
185 <?php do_meta_boxes('page', 'normal', $post); ?>
186
187 <?php do_action('edit_page_form'); ?>
188
189 <h2><?php _e('Advanced Options'); ?></h2>
190
191 <div id="pagepostcustom" class="postbox <?php echo postbox_classes('pagepostcustom', 'page'); ?>">
192 <h3><?php _e('Custom Fields') ?></h3>
193 <div class="inside">
194 <div id="postcustomstuff">
195 <table cellpadding="3">
196 <?php