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



language_attributes › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'language_attributes', $output, $doctype )
Parameter: (2)
  • (string) $output A space-separated list of language attributes.
    Erforderlich: Ja
  • (string) $doctype The type of HTML document (xhtml|html).
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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