wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



twentyeleven_theme_options_validate › WordPress Filter Hooks

SeitTwenty Eleven 1.0
Veraltetn/v
apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults )
Parameter: (3)
  • (array) $output An array of sanitized form output.
    Erforderlich: Ja
  • (array) $input An array of un-sanitized form input.
    Erforderlich: Ja
  • (array) $defaults An array of default theme options.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the Twenty Eleven sanitized form input array.





Quellcode

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