apply_filters( 'language_attributes', string $output , string $doctype )
Filters the language attributes for display in the html tag.
Description Description
Parameters Parameters
- $output
-
(string) A space-separated list of language attributes.
- $doctype
-
(string) The type of html document (xhtml|html).
Source Source
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Added the $doctype parameter. |
2.5.0 | Introduced. |