MENU

get_current_theme

現在のテーマ名を取得します。

Retrieve the name of the current theme.

目次

get_current_themeのファンクションタグ使用方法

[php][/php]

get_current_themeのパラメーター

None.

返り値

(string) テンプレート名

(string)
Template name.

現在のテーマ名

現在のテーマ名を取得します。

Get the name of the current theme.

[php][/php]

注釈

  • 使用方法: apply_filters()は、テンプレート名とテンプレートディレクトリーパス上の’template_directory’フィルターを呼び出します。
  • Uses: apply_filters() Calls ‘template_directory’ filter on template directory path and template name.

変更ログ

Since: 1.5.0

ソースファイル

get_current_theme()は、wp-includes/theme.php内に位置しています。

get_current_theme() is located in wp-includes/theme.php.

関連ファンクションタグ

get_stylesheet_directory

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

この記事を書いた人

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

コメント

コメントする

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

目次