Filters the Twenty Eleven color scheme options.
$color_scheme_optionsarraywp-content/themes/twentyeleven/inc/theme-options.php:171twentyeleven_color_schemes() * Filters the Twenty Eleven color scheme options. * * @since Twenty Eleven 1.0 * * @param array $color_scheme_options An associative array of color scheme options. */ return apply_filters( 'twentyeleven_color_schemes', $color_scheme_options );} /** * Return an array of layout options registered for Twenty Eleven. * * @since Twenty Eleven 1.0Introduced in Twenty Eleven 1.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$color_scheme_options removed.verified against source