language_attributes

最后更新于:2021-11-27 02:41:30

apply_filters( ‘language_attributes’, string $output, string $doctype )

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

参数

$output

(string)
A space-separated list of language attributes.

$doctype

(string)
The type of HTML document (xhtml|html).

源文件

文件: gc-includes/general-template.php

View on Trac