wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



twentyeleven_theme_options_validate › Filtr WordPress Hooks

OdTwenty Eleven 1.0
Przestarzałyn/a
apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults )
Parametry: (3)
  • (array) $output An array of sanitized form output.
    Wymagane: Tak
  • (array) $input An array of un-sanitized form input.
    Wymagane: Tak
  • (array) $defaults An array of default theme options.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the Twenty Eleven sanitized form input array.





Źródło

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