Filters the Twenty Eleven default options.
$default_theme_optionsarraywp-content/themes/twentyeleven/inc/theme-options.php:233twentyeleven_get_default_theme_options() * Filters the Twenty Eleven default options. * * @since Twenty Eleven 1.0 * * @param array $default_theme_options An array of default theme options. */ return apply_filters( 'twentyeleven_default_theme_options', $default_theme_options );} /** * Return the default link color for Twenty Eleven, based on color scheme. * * @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.
$default_theme_options removed.verified against source