MENU

get_stylesheet_uri

現在のテーマのスタイルシートの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を出力するには

To output the URL

[php][/php]

注意

  • 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.

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次