Fires after the styles for the Twenty Eleven color scheme are enqueued.
$color_schemestringwp-content/themes/twentyeleven/inc/theme-options.php:431twentyeleven_enqueue_color_scheme() * Fires after the styles for the Twenty Eleven color scheme are enqueued. * * @since Twenty Eleven 1.0 * * @param string $color_scheme The color scheme. */ do_action( 'twentyeleven_enqueue_color_scheme', $color_scheme );}add_action( 'wp_enqueue_scripts', 'twentyeleven_enqueue_color_scheme' ); /** * Add a style block to the theme for the current link color. *Introduced in Twenty Eleven 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.