WP hooks navigation: Home/browse • Actions index • Filters index
To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).
The best way to understand what a hook does is to look at where it occurs in the source code.
do_action( "hook_name" )
apply_filters( "hook_name", "what_to_filter" )
.Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.
Line | Code |
---|---|
332 | <h3><?php _e('Post Author'); ?></h3> |
333 | <div class="inside"> |
334 | <?php wp_dropdown_users( array('include' => $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?> |
335 | </div> |
336 | </div> |
337 | <?php endif; ?> |
338 |
|
339 | <?php do_meta_boxes('post', 'advanced', $post); ?> |
340 |
|
341 | <?php do_action('dbx_post_sidebar'); ?> |
342 | </div> |
343 | </div> |
344 |
|
345 | </div> |
346 |
|
347 | </form> |
348 |
|
349 | <?php if ((isset($post->post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?> |
350 | <script type="text/javascript"> |