Filters the Twenty Eleven sanitized form input array.
$outputarray$inputarray$defaultsarraywp-content/themes/twentyeleven/inc/theme-options.php:408twentyeleven_theme_options_validate() * @since Twenty Eleven 1.0 * * @param array $output An array of sanitized form output. * @param array $input An array of un-sanitized form input. * @param array $defaults An array of default theme options. */ return apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults );} /** * Enqueues the styles for the current color scheme. * * @since Twenty Eleven 1.0Introduced in Twenty Eleven 1.0. 3 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$output removed.verified against source$defaults removed.verified against source