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 |
---|---|
115 | |
116 | } |
117 | } |
118 |
|
119 | window.onload = blurry; |
120 | //]]> |
121 | </script> |
122 | <?php endif; ?> |
123 |
|
124 | <?php do_action('admin_head', ''); ?> |
125 | </head> |
126 | <body> |
127 | <div id="wphead"> |
128 | <h1><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1> |
129 | </div> |
130 |
|
131 | <?php |
132 | require('./menu.php'); |
133 | endif; |