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 |
---|---|
3383 | } else { |
3384 | $contextual_help .= '<h5>' . __('Help') . '</h5>'; |
3385 | } |
3386 |
|
3387 | $contextual_help .= '<div class="metabox-prefs">'; |
3388 | $contextual_help .= __('<a href="http://codex.wordpress.org/" target="_blank">Documentation</a>'); |
3389 | $contextual_help .= '<br />'; |
3390 | $contextual_help .= __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>'); |
3391 | $contextual_help .= "</div>\n"; |
3392 | echo apply_filters('contextual_help', $contextual_help, $screen); |
3393 | ?> |
3394 | </div> |
3395 |
|
3396 | <div id="screen-meta-links"> |
3397 | <div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle"> |
3398 | <a href="#contextual-help" id="contextual-help-link" class="show-settings"><?php _e('Help') ?></a> |
3399 | </div> |
3400 | <?php if ( $show_screen ) { ?> |
3401 | <div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle"> |