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
248       *
249       * The section is only enabled if a callback is hooked to the action,
250       * and if there is more than one defined color scheme for the admin.
251       *
252       * @since 3.0.0
253       * @since 3.8.1 Added `$user_id` parameter.
254       *
255       * @param int $user_id The user ID.
256       */
257      do_action( 'admin_color_scheme_picker', $user_id );
258 ?></td>
259 </tr>
260 <?php
261 endif; // $_wp_admin_css_colors
262 if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?>
263 <tr class="user-comment-shortcuts-wrap">
264 <th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th>
265 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( ! empty( $profileuser->comment_shortcuts ) ) checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e('Enable keyboard shortcuts for comment moderation.'); ?></label> <?php _e('<a href="https://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">More information</a>'); ?></td>
266 </tr>