过滤排队样式的完全限定URL。
原型
apply_filters( 'style_loader_src', string $src, string $handle )
参数
$src
(string)
排队样式的源URL。
$handle
(string)
风格的注册手柄。
源文件
路径:wp-includes/class.wp-styles.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/style_loader_src/