class-wp-theme.php・WP_Theme は、開発者がテーマと対話できるように定義されたクラスです。 WP_Themeクラス 関数 リストと各、WP_Theme Class タグの説明と使い方。
class-wp-theme.phpファイルは wp-includes ディレクトリに保存されています。
ページコンテンツ
class-wp-theme.php タグリスト

WordPress class-wp-theme.php 関数 リスト
wp-includes/class-wp-theme.php
| コード | 説明 | タイプ |
|---|---|---|
| allowed_themes | allowed_themes とは、サイトまたはネットワークで許可されているテーマの配列をフィルタリングします。class-wp-theme.php : 1322 | hooks |
| network_allowed_themes | network_allowed_themes とは、ネットワーク上で許可されているテーマの配列をフィルタリングします。class-wp-theme.php : 1293 | hooks |
| site_allowed_themes | site_allowed_themes とは、サイトで許可されているテーマの配列をフィルタリングします。class-wp-theme.php : 1355 | hooks |
| theme_page_templates | theme_page_templates とは、テーマのページテンプレートのリストをフィルタリングします。class-wp-theme.php : 1057 | hooks |
| theme_scandir_exclusions | theme_scandir_exclusions とは、テーマフォルダをスキャンしながら除外されたディレクトリとファイルの配列をフィルタリングします。class-wp-theme.php : 1165 | hooks |
| WP_Theme | WP_Theme とは、WP_Themeクラスclass-wp-theme.php : 9 | Class |
| WP_Theme :: _ name_sort() | WP_Theme :: _ name_sort() とは、 usort()が自然に名前でソートするためのコールバック関数。class-wp-theme.php : 1496 | Method |
| WP_Theme :: _ name_sort_i18n() | WP_Theme :: _ name_sort_i18n() とは、名前ソート(翻訳あり)。class-wp-theme.php : 1513 | Method |
| WP_Theme :: __ construct() | WP_Theme :: __ construct() とは、のコンストラクタWP_Theme。class-wp-theme.php : 204 | Method |
| WP_Theme :: __ get() | WP_Theme :: __ get() とは、以前はcurrent_theme_info()によって返されたプロパティの__get()マジックメソッドclass-wp-theme.php : 373 | Method |
| WP_Theme :: __ isset() | WP_Theme :: __ isset() とは、 __isset()以前にcurrent_theme_info()によって返されたプロパティのマジックメソッドclass-wp-theme.php : 356 | Method |
| WP_Theme :: __ toString() | WP_Theme :: __ toString() とは、オブジェクトを文字列に変換するときに、テーマ名が返されます。class-wp-theme.php : 342 | Method |
| WP_Theme :: cache_add() | WP_Theme :: cache_add() とは、テーマデータをキャッシュに追加します。class-wp-theme.php : 561 | Method |
| WP_Theme :: cache_delete() | WP_Theme :: cache_delete() とは、テーマのキャッシュをクリアします。class-wp-theme.php : 586 | Method |
| WP_Theme :: cache_get() | WP_Theme :: cache_get() とは、キャッシュからテーマデータを取得します。class-wp-theme.php : 576 | Method |
| WP_Theme :: display() | WP_Theme :: display() とは、表示用にフォーマットおよび変換されたテーマヘッダーを取得します。class-wp-theme.php : 647 | Method |
| WP_Theme :: errors() | WP_Theme :: errors() とは、 errorsプロパティを返します。class-wp-theme.php : 518 | Method |
| WP_Theme :: exists() | WP_Theme :: exists() とは、テーマが存在するかどうか。class-wp-theme.php : 533 | Method |
| WP_Theme :: get() | WP_Theme :: get() とは、未フォーマットの未フォーマットのテーマヘッダーを取得します。class-wp-theme.php : 611 | Method |
| WP_Theme :: get_allowed() | WP_Theme :: get_allowed() とは、サイトまたはネットワークで許可されているテーマのスタイルシート名の配列を返します。class-wp-theme.php : 1281 | Method |
| WP_Theme :: get_allowed_on_network() | WP_Theme :: get_allowed_on_network() とは、ネットワーク上で許可されているテーマのスタイルシート名の配列を返します。class-wp-theme.php : 1309 | Method |
| WP_Theme :: get_allowed_on_site() | WP_Theme :: get_allowed_on_site() とは、サイトで許可されているテーマのスタイルシート名の配列を返します。class-wp-theme.php : 1340 | Method |
| WP_Theme :: get_core_default_theme() | WP_Theme :: get_core_default_theme() とは、インストールされている最新のWordPressの既定のテーマを指定します。class-wp-theme.php : 1260 | Method |
| WP_Theme :: get_files() | WP_Theme :: get_files() とは、テーマのディレクトリにあるファイルを返します。class-wp-theme.php : 1016 | Method |
| WP_Theme :: get_page_templates() | WP_Theme :: get_page_templates() とは、特定の投稿タイプのテーマの投稿テンプレートを返します。class-wp-theme.php : 1093 | Method |
| WP_Theme :: get_post_templates() | WP_Theme :: get_post_templates() とは、テーマの投稿テンプレートを返します。class-wp-theme.php : 1034 | Method |
| WP_Theme :: get_screenshot() | WP_Theme :: get_screenshot() とは、テーマのメインスクリーンショットファイルを返します。class-wp-theme.php : 981 | Method |
| WP_Theme :: get_stylesheet() | WP_Theme :: get_stylesheet() とは、テーマのルート内にあるテーマの「スタイルシート」ファイルのディレクトリ名。class-wp-theme.php : 843 | Method |
| WP_Theme :: get_stylesheet_directory() | WP_Theme :: get_stylesheet_directory() とは、テーマの「スタイルシート」ファイルのディレクトリへの絶対パスを返します。class-wp-theme.php : 873 | Method |
| WP_Theme :: get_template() | WP_Theme :: get_template() とは、テーマのルートの中のテーマの "テンプレート"ファイルのディレクトリ名。class-wp-theme.php : 858 | Method |
| WP_Theme :: get_template_directory() | WP_Theme :: get_template_directory() とは、テーマの「テンプレート」ファイルのディレクトリへの絶対パスを返します。class-wp-theme.php : 891 | Method |
| WP_Theme :: get_theme_root_uri() | WP_Theme :: get_theme_root_uri() とは、テーマルートのディレクトリへのURLを返します。class-wp-theme.php : 961 | Method |
| WP_Theme :: load_textdomain() | WP_Theme :: load_textdomain() とは、テーマのテキストドメインを読み込みます。class-wp-theme.php : 1196 | Method |
| WP_Theme :: markup_header() | WP_Theme :: markup_header() とは、テーマのヘッダーをマークアップします。class-wp-theme.php : 737 | Method |
| WP_Theme :: network_disable_theme() | WP_Theme :: network_disable_theme() とは、現在のネットワーク上のすべてのサイトのテーマを無効にします。class-wp-theme.php : 1443 | Method |
| WP_Theme :: network_enable_theme() | WP_Theme :: network_enable_theme() とは、現在のネットワーク上のすべてのサイトのテーマを有効にします。class-wp-theme.php : 1417 | Method |
| WP_Theme :: offsetExists() | WP_Theme :: offsetExists() とは、以前はget_themes()によって返されたキーに対してArrayAccessを実装するメソッドclass-wp-theme.php : 438 | Method |
| WP_Theme :: offsetGet() | WP_Theme :: offsetGet() とは、以前はget_themes()によって返されたキーに対してArrayAccessを実装するメソッド。class-wp-theme.php : 463 | Method |
| WP_Theme :: offsetSet() | WP_Theme :: offsetSet() とは、以前はget_themes()によって返されたキーに対してArrayAccessを実装するメソッドclass-wp-theme.php : 417 | Method |
| WP_Theme :: offsetUnset() | WP_Theme :: offsetUnset() とは、以前はget_themes()によって返されたキーに対してArrayAccessを実装するメソッドclass-wp-theme.php : 426 | Method |
| WP_Theme :: parent() | WP_Theme :: parent() とは、親テーマへの参照を返します。class-wp-theme.php : 545 | Method |
| WP_Theme :: sanitize_header() | WP_Theme :: sanitize_header() とは、テーマヘッダーをサニタイズします。class-wp-theme.php : 678 | Method |
| WP_Theme :: scandir() | WP_Theme :: scandir() とは、特定の拡張子のファイルをディレクトリでスキャンします。class-wp-theme.php : 1142 | Method |
| WP_Theme :: sort_by_name() | WP_Theme :: sort_by_name() とは、名前でテーマを並べ替えます。class-wp-theme.php : 1472 | Method |
| WP_Theme :: translate_header() | WP_Theme :: translate_header() とは、テーマヘッダーを変換します。class-wp-theme.php : 783 | Method |
| theme_{$ post_type}_templates | theme_{$ post_type}_templates とは、テーマのページテンプレートのリストをフィルタリングします。class-wp-theme.php : 1120 | hooks |
| ソース ファイル | wp-includes/class-wp-theme.php | File |
WordPress バージョン 4.8.1 wp-includes
| wp-includes/ フォルダ | |
| wp-includes/ certificates | wp-includes/ pomo |
| wp-includes/ css | wp-includes/ random_compat |
| wp-includes/ customize | wp-includes/ Requests |
| wp-includes/ fonts | wp-includes/ rest-api |
| wp-includes/ ID3 | wp-includes/ SimplePie |
| wp-includes/ images | wp-includes/ Text |
| wp-includes/ IXR | wp-includes/ theme-compat |
| wp-includes/ js | wp-includes/ widgets |
