常用函数-locale_stylesheet()

常用函数-locale_stylesheet() 说明 显示本地化的样式表单链接元素。 若get_locale…

常用函数-locale_stylesheet()

说明

显示本地化的样式表单链接元素。

若get_locale_stylesheet_uri() 返回某个值,locale_stylesheet 会响应一个可用的xhtml<link>标签,如下所示:

<link rel="stylesheet" href="path_to_stylesheet" type="text/css" media="screen" />  

若get_locale_stylesheet_uri() 不返回值, locale_stylesheet函数退出。

用法

<?php locale_stylesheet() ?>

参数

返回的值

(空)

该函数不返回任何值

示例

注释

使用get_locale_stylesheet_uri()

修改记录

自2.1.0版本后

源文件

locale_stylesheet()位于 wp-includes/theme.php中。

相关资源

分类:中文手册

类别:WordPress教程

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册