apply_filters( 'language_attributes', string $output )

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


Parameters

$output

A space-separated list of language attributes.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

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