現在のテーマのスタイルシートのURIを取得します。
スタイルシートのファイル名はget_stylesheet_directory_uri()のパスに追加される’style.css’です。
Retrieve URI of current theme stylesheet.
The stylesheet file name is ‘style.css’ which is appended to get_stylesheet_directory_uri() path.
目次
get_stylesheet_uriのファンクションタグ使用方法
[php][/php]get_stylesheet_uriのパラメーター
None.
戻り値
(string) 現在のテーマのスタイルシートのURIを返します。
(string)
Returns URI of current theme stylesheet.
例
URLを出力するには
[php][/php]To output the URL
注意
- Uses: apply_filters() Calls ‘stylesheet_uri’ filter on stylesheet URI path and stylesheet directory URI.
- Uses: get_stylesheet_directory_uri()
変更ログ
Since: 1.5.0
ソースファイル
get_stylesheet_uri()は、wp-includes/theme.php内に位置しています。
get_stylesheet_uri() is located in wp-includes/theme.php.
コメント