过滤器::过滤本地化的样式表URI。
apply_filters( ‘locale_stylesheet_uri’, string $stylesheet_uri , string $stylesheet_dir_uri )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$stylesheet_uri | (string) | 本地化样式表URI。 |
$stylesheet_dir_uri | (string) | 样式表目录URI。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.1.0 | wp-includes/theme.php:294 | 1 | 0 |