过滤当前主题样式表的URI。
原型
apply_filters( 'stylesheet_uri', string $stylesheet_uri, string $stylesheet_dir_uri )
参数
$stylesheet_uri
(string)
当前主题/子主题的样式表URI。
$stylesheet_dir_uri
(string)
当前主题/子主题的样式表目录URI。
源文件
路径:wp-includes/theme.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/stylesheet_uri/