过滤排队样式的HTML链接标记。
原型
apply_filters( 'style_loader_tag', string $html, string $handle, string $href, string $media )
参数
$html
(string)
排队样式的链接标记。
$handle
(string)
风格的注册手柄。
$href
(string)
样式表的源URL。
$media
(string)
样式表的媒体属性。
源文件
路径:wp-includes/class.wp-styles.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/style_loader_tag/