wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



language_attributes › WordPress Filter Hooks

Da4.3.0
Deprecaton/a
apply_filters( 'language_attributes', $output, $doctype )
Parametri: (2)
  • (string) $output A space-separated list of language attributes.
    Richiesto:
  • (string) $doctype The type of HTML document (xhtml|html).
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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