language_attributes

过滤钩子
apply_filters( 'language_attributes', $output, $doctype )
参数
  • (string) $output A space-separated list of language attributes.
    Required:
  • (string) $doctype The type of HTML document (xhtml|html).
    Required:
定义位置
相关勾子
nav_menu_link_attributespage_menu_link_attributesget_custom_logo_image_attributeswp_kses_uri_attributesnext_posts_link_attributes
相关方法
language_attributesget_language_attributespage_attributes_meta_boxthe_title_attributewp_kses_uri_attributeswp_sanitize_script_attributes
引入
4.3.0
弃用
-

language_attributes是一个WordPress的函数,为一个特定的HTML元素生成语言属性。它输出一个HTML属性的字符串,用于指定HTML文档的语言。

过滤“html”标记中显示的语言属性。

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

常见问题

FAQs
查看更多 >