wpseek.com
A WordPress-centric search engine for devs and theme authors



twentyeleven_theme_options_validate › WordPress Filter Hooks

SinceTwenty Eleven 1.0
Deprecatedn/a
apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults )
Parameters: (3)
  • (array) $output An array of sanitized form output.
    Required: Yes
  • (array) $input An array of un-sanitized form input.
    Required: Yes
  • (array) $defaults An array of default theme options.
    Required: Yes
Defined at:
Codex:

Filters the Twenty Eleven sanitized form input array.





Source

return apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults );