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



language_attributes › Filtr WordPress Hooks

Od4.3.0
Przestarzałyn/a
apply_filters( 'language_attributes', $output, $doctype )
Parametry: (2)
  • (string) $output A space-separated list of language attributes.
    Wymagane: Tak
  • (string) $doctype The type of HTML document (xhtml|html).
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the language attributes for display in the 'html' tag.





Źródło

return apply_filters( 'language_attributes', $output, $doctype );