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 |
---|---|
7 | * |
8 | * @package WordPress |
9 | * @subpackage Twenty_Twelve |
10 | * @since Twenty Twelve 1.0 |
11 | */ |
12 | ?> |
13 | </div><!-- #main .wrapper --> |
14 | <footer id="colophon" role="contentinfo"> |
15 | <div class="site-info"> |
16 | <?php do_action( 'twentytwelve_credits' ); ?> |
17 | <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> |
18 | </div><!-- .site-info --> |
19 | </footer><!-- #colophon --> |
20 | </div><!-- #page --> |
21 |
|
22 | <?php wp_footer(); ?> |
23 | </body> |
24 | </html> |