Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: twentyfifteen_color_schemes

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
139       *
140       *         @type string $label  Color scheme label.
141       *         @type array  $colors HEX codes for default colors prepended with a hash symbol ('#').
142       *                              Colors are defined in the following order: Main background, sidebar
143       *                              background, box background, main text and link, sidebar text and link,
144       *                              meta box background.
145       *     }
146       * }
147       */
148      return apply_filters( 'twentyfifteen_color_schemes', array(
149           'default' => array(
150                'label'  => __( 'Default', 'twentyfifteen' ),
151                'colors' => array(
152                     '#f1f1f1',
153                     '#ffffff',
154                     '#ffffff',
155                     '#333333',
156                     '#333333',
157                     '#f7f7f7',