wordpress / latest / hooks / language_attributes.html

apply_filters( 'language_attributes', string $output, string $doctype )

Filters the language attributes for display in the ‘html’ tag.

Parameters

$output string
A space-separated list of language attributes.
$doctype string
The type of HTML document (xhtml|html).

Source

File: wp-includes/general-template.php. View all references

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

Used By

Used By Description

Changelog

Version Description
4.3.0 Added the $doctype parameter.
2.5.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/language_attributes