現在のテーマ名を取得します。
Retrieve the name of the current theme.
目次
get_current_themeのファンクションタグ使用方法
[php][/php]get_current_themeのパラメーター
None.
返り値
(string) テンプレート名
(string)
Template name.
例
現在のテーマ名
現在のテーマ名を取得します。
[php][/php]Get the name of the current theme.
注釈
- 使用方法: 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
コメント