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 |
---|---|
325 | </table> |
326 | <p class="submit" style="text-align:center;"><input type="submit" name="Submit" value="<?php esc_attr_e( 'Update Options' ) ?>" /></p> |
327 | </div> |
328 | </div> |
329 |
|
330 | <div id="blogedit_miscoptions" class="postbox"> |
331 | <h3 class="hndle"><span><?php _e( 'Misc Site Actions' ) ?></span></h3> |
332 | <div class="inside"> |
333 | <table class="form-table"> |
334 | <?php do_action( 'wpmueditblogaction', $id ); ?> |
335 | </table> |
336 | <p class="submit" style="text-align:center;"><input type="submit" name="Submit" value="<?php esc_attr_e( 'Update Options' ) ?>" /></p> |
337 | </div> |
338 | </div> |
339 | </div> |
340 |
|
341 | <div style="clear:both;"></div> |
342 | </form> |
343 | </div> |