locale_stylesheet_uri

最后更新于:2021-11-27 03:56:27

apply_filters( ‘locale_stylesheet_uri’, string $stylesheet_uri, string $stylesheet_dir_uri )

Filters the localized stylesheet URI.

参数

$stylesheet_uri

(string)
Localized stylesheet URI.

$stylesheet_dir_uri

(string)
Stylesheet directory URI.

源文件

文件: gc-includes/theme.php

View on Trac