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 |
|---|---|
| 376 | <wp:tag><wp:term_id><?php echo $t->term_id ?></wp:term_id><wp:tag_slug><?php echo $t->slug; ?></wp:tag_slug><?php wxr_tag_name( $t ); ?><?php wxr_tag_description( $t ); ?></wp:tag> |
| 377 | <?php endforeach; ?> |
| 378 | <?php foreach ( $terms as $t ) : ?> |
| 379 | <wp:term><wp:term_id><?php echo $t->term_id ?></wp:term_id><wp:term_taxonomy><?php echo $t->taxonomy; ?></wp:term_taxonomy><wp:term_slug><?php echo $t->slug; ?></wp:term_slug><wp:term_parent><?php echo $t->parent ? $terms[$t->parent]->slug : ''; ?></wp:term_parent><?php wxr_term_name( $t ); ?><?php wxr_term_description( $t ); ?></wp:term> |
| 380 | <?php endforeach; ?> |
| 381 | <?php if ( 'all' == $args['content'] ) wxr_nav_menu_terms(); ?> |
| 382 | |
| 383 | <?php |
| 384 | /** This action is documented in wp-includes/feed-rss2.php */ |
| 385 | do_action( 'rss2_head' ); |
| 386 | ?> |
| 387 | |
| 388 | <?php if ( $post_ids ) { |
| 389 | /** |
| 390 | * @global WP_Query $wp_query |
| 391 | */ |
| 392 | global $wp_query; |
| 393 | |
| 394 | // Fake being in the loop. |