wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



language_attributes › Les Filtres WordPress

Depuis4.3.0
Dépréciéen/a
apply_filters( 'language_attributes', $output, $doctype )
Paramètres: (2)
  • (string) $output A space-separated list of language attributes.
    Requis: Oui
  • (string) $doctype The type of HTML document (xhtml|html).
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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