MENU

current_theme_supports

テーマ機能のために与えられたテーマのサポートをチェックします。

Checks a theme’s support for a given feature

目次

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

[php][/php]

current_theme_supportsのパラメーター

$feature

(string) (required) the feature being checked

Default: None

機能リスト:

  • ‘custom-header’
  • ‘custom-background’
  • ‘post-thumbnails’
  • ‘menus’
  • ‘automatic-feed-links’
  • ‘editor-style’
  • ‘widgets’

戻り値

(boolean)

注釈

  • Uses global: (unknown type) $_wp_theme_features

変更ログ

Since: 2.9.0

ソースファイル

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

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

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

この記事を書いた人

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

コメント

コメントする

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

目次