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 |
---|---|
304 | * |
305 | * The section is only enabled if a callback is hooked to the action, |
306 | * and if there is more than one defined color scheme for the admin. |
307 | * |
308 | * @since 3.0.0 |
309 | * @since 3.8.1 Added `$user_id` parameter. |
310 | * |
311 | * @param int $user_id The user ID. |
312 | */ |
313 | do_action( 'admin_color_scheme_picker', $user_id ); |
314 | ?> |
315 | </td> |
316 | </tr> |
317 | <?php endif; // End if count ( $_wp_admin_css_colors ) > 1 ?> |
318 |
|
319 | <?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) : ?> |
320 | <tr class="user-comment-shortcuts-wrap"> |
321 | <th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th> |
322 | <td> |