Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: admin_color_scheme_picker

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

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