WordPress はテーマディレクトリ内から特定のファイル名でテンプレートを探し、テンプレートファイルを使用します。テーマ、テンプレート、およびスタイルシート functionsのリストと各 Theme, template, stylesheet functions タグの説明と使い方。
theme.phpファイルは wp-includes ディレクトリに保存されています。
theme.php タグリスト

WordPress theme.php タグ リスト
wp-includes/theme.php
| コード | 説明 | タイプ |
|---|---|---|
| _custom_background_cb() | _custom_background_cb() とは、デフォルトのカスタムバックグラウンドコールバック。theme.php : 1545 | functions |
| _custom_header_background _just_in_time() | _custom_header_background_just_in_time() とは、内部カスタムヘッダとバックグラウンドルーチンを登録します。theme.php : 2438 | functions |
| _custom_logo_header_styles() | _custom_logo_header_styles() とは、カスタマイザの設定に基づいてカスタムロゴのヘッダーテキストを非表示にするCSSを追加します。theme.php : 2475 | functions |
| _delete_attachment_theme_mod() | _delete_attachment_theme_mod() とは、削除されている添付ファイルがヘッダーまたは背景イメージかどうかを確認します。theme.php : 2697 | functions |
| _get_random_header_data() | _get_random_header_data() とは、テーマの登録画像からランダムなヘッダ画像データを取得します。theme.php : 1109 | functions |
| _remove_theme_support() | _remove_theme_support() とは、使用しないでください。ブラックリストには無関係に、内部的にテーマサポートを削除します。theme.php : 2556 | functions |
| _wp_customize_changeset_filter _insert_post_data() | _wp_customize_changeset_filter_insert_post_data() とは、 post_nameがそのままであることを保証するために、挿入時にpostetデータを変更します。theme.php : 2939 | functions |
| _wp_customize_include() | _wp_customize_include() とは、WP_Customize_Managerクラスをインクルードしてインスタンス化します。theme.php : 2773 | functions |
| _wp_customize_loader_settings() | _wp_customize_loader_settings() とは、 customize-loaderスクリプトの設定を追加します。theme.php : 2955 | functions |
| _wp_customize_publish_changeset() | _wp_customize_publish_changeset() とは、スナップショットの変更を公開します。theme.php : 2830 | functions |
| _wp_keep_alive_customize_changeset _dependent_auto_drafts() | _wp_keep_alive_customize_changeset_dependent_auto_drafts() とは、早すぎるガベージコレクションを防止するために、自動ドラフト投稿でpost_dateがバンプされていることを確認してください。theme.php : 3082 | functions |
| add_editor_style() | add_editor_style() とは、カスタムTinyMCEエディタスタイルシートのコールバックを追加します。theme.php : 1840 | functions |
| add_theme_support() | add_theme_support() とは、特定のfunctionsのテーマサポートを登録します。theme.php : 2223 | functions |
| after_switch_theme | after_switch_theme とは、古いテーマがまだ存在する場合、テーマスイッチの後に最初のWPロードで起動します。theme.php : 2749 | action |
| background_color() | background_color() とは、背景色の値を表示します。theme.php : 1535 | functions |
| background_image() | background_image() とは、背景画像のパスを表示します。theme.php : 1515 | functions |
| check_theme_switched() | check_theme_switched() とは、テーマが変更されているかどうかをチェックし、次のWPロードで 'after_switch_theme'フックを実行します。theme.php : 2725 | functions |
| current_theme_supports() | current_theme_supports() とは、特定のfunctionsに対するテーマのサポートをチェックします。theme.php : 2608 | functions |
| current_theme_supports - {$ feature} | current_theme_supports - {$ feature} とは、現在のテーマが特定のfunctionsをサポートしているかどうかをフィルタします。theme.php : 2664 | hooks |
| display_header_text() | display_header_text() とは、ヘッダテキストを表示するかどうかを指定します。theme.php : 979 | functions |
| editor_stylesheets | editor_stylesheets とは、エディタに適用されたスタイルシートの配列をフィルタリングします。theme.php : 1928 | hooks |
| get_background_color() | get_background_color() とは、カスタム背景色の値を取得します。theme.php : 1526 | functions |
| get_background_image() | get_background_image() とは、カスタム背景の背景画像を取得します。theme.php : 1506 | functions |
| get_custom_header() | get_custom_header() とは、ヘッダ画像データを取得します。theme.php : 1238 | functions |
| get_custom_header_markup() | get_custom_header_markup() とは、カスタムヘッダーのマークアップを取得します。theme.php : 1467 | functions |
| get_editor_stylesheets() | get_editor_stylesheets() とは、登録されているエディタスタイルシートを取得するtheme.php : 1884 | functions |
| get_header_image() | get_header_image() とは、カスタムヘッダーのヘッダーイメージを取得します。theme.php : 1007 | functions |
| get_header_image_tag() | get_header_image_tag() とは、カスタムヘッダーイメージのイメージタグマークアップを作成します。theme.php : 1028 | functions |
| get_header_image_tag | get_header_image_tag とは、ヘッダー画像のマークアップをフィルターします。theme.php : 1083 | hooks |
| get_header_textcolor() | get_header_textcolor() とは、カスタムヘッダーテキストの色をHEX形式で取得します。theme.php : 959 | functions |
| get_header_video_settings() | get_header_video_settings() とは、ヘッダービデオの設定を取得します。theme.php : 1381 | functions |
| get_header_video_url | get_header_video_url とは、ヘッダの動画URLをフィルタリングします。theme.php : 1353 | hooks |
| get_header_video_url() | get_header_video_url() とは、 カスタムヘッダーのヘッダービデオURLを取得します。theme.php : 1337 | functions |
| get_locale_stylesheet_uri() | get_locale_stylesheet_uri() とは、ローカライズされたスタイルシートURIを取得します。theme.php : 256 | functions |
| get_random_header_image() | get_random_header_image() とは、テーマの登録画像からランダムヘッダ画像URLを取得します。theme.php : 1146 | functions |
| get_raw_theme_root() | get_raw_theme_root() とは、フィルタが適用されていない状態で、コンテンツディレクトリを基準にした未処理のテーマルートを取得します。theme.php : 627 | functions |
| get_stylesheet() | get_stylesheet() とは、現在のスタイルシートの名前を取得します。theme.php : 152 | functions |
| get_stylesheet_directory() | get_stylesheet_directory() とは、現在のテーマのスタイルシートディレクトリパスを取得します。theme.php : 170 | functions |
| get_stylesheet_directory_uri() | get_stylesheet_directory_uri() とは、スタイルシートのディレクトリURIを取得します。theme.php : 194 | functions |
| get_template() | get_template() とは、現在のテーマの名前を取得します。theme.php : 285 | functions |
| get_template_directory() | get_template_directory() とは、現在のテーマディレクトリを取得します。theme.php : 303 | functions |
| get_template_directory_uri() | get_template_directory_uri() とは、テーマディレクトリのURIを取得します。theme.php : 327 | functions |
| get_theme_mod() | get_theme_mod() とは、現在のテーマのテーマ変更値を取得します。theme.php : 855 | functions |
| get_theme_mods() | get_theme_mods() とは、すべてのテーマの変更を取得します。theme.php : 825 | functions |
| get_theme_root() | get_theme_root() とは、テーマディレクトリへのパスを取得します。theme.php : 542 | functions |
| get_theme_root_uri() | get_theme_root_uri() とは、テーマディレクトリのURIを取得します。theme.php : 579 | functions |
| get_theme_starter_content | get_theme_starter_content とは、展開されたスターターコンテンツの配列をフィルターします。theme.php : 2198 | hooks |
| get_theme_starter_content() | get_theme_starter_content() とは、コア提供のデータを使用してテーマのスターターコンテンツ設定を拡張します。theme.php : 1938 | functions |
| get_theme_support() | get_theme_support() とは、サポートを登録するときに渡されたテーマサポート引数を取得します。theme.php : 2503 | functions |
| get_uploaded_header_images() | get_uploaded_header_images() とは、現在のテーマにアップロードされたヘッダーイメージを取得します。theme.php : 1200 | functions |
| has_custom_header() | has_custom_header() とは、カスタムヘッダーが設定されているかどうかを確認します。theme.php : 1418 | functions |
| has_header_image() | has_header_image() とは、ヘッダーイメージが設定されているかどうかを確認します。theme.php : 996 | functions |
| has_header_video() | has_header_video() とは、ヘッダービデオが設定されているかどうかを確認します。theme.php : 1324 | functions |
| header_image() | header_image() とは、ヘッダー画像のURLを表示します。theme.php : 1186 | functions |
| header_textcolor() | header_textcolor() とは、カスタムヘッダーテキストの色をHEX形式(ハッシュ記号を除いたもの)で表示します。theme.php : 968 | functions |
| is_child_theme() | is_child_theme() とは、子テーマが使用中かどうか。theme.php : 135 | functions |
| is_customize_preview() | is_customize_preview() とは、サイトがカスタマイザでプレビューされているかどうか。theme.php : 3057 | functions |
| is_header_video_active | is_header_video_active とは、カスタムヘッダービデオが現在のページに表示されるかどうかを変更します。theme.php : 1455 | hooks |
| is_header_video_active() | is_header_video_active() とは、カスタムヘッダービデオが現在のページに表示されるかどうかを確認します。theme.php : 1433 | functions |
| is_random_header_image() | is_random_header_image() とは、ランダムなヘッダーイメージが使用中であるかどうか確認してください。theme.php : 1165 | functions |
| locale_stylesheet() | locale_stylesheet() とは、ローカライズされたスタイルシートリンク要素を表示します。theme.php : 657 | functions |
| locale_stylesheet_uri | locale_stylesheet_uri とは、ローカライズされたスタイルシートURIをフィルタリングします。theme.php : 275 | hooks |
| pre_set_theme_mod _ {$ name} | pre_set_theme_mod _ {$ name} とは、保存時にテーマの値をフィルタリングします。theme.php : 905 | hooks |
| register_default_headers() | register_default_headers() とは、カスタムヘッダ管理UIによって表示されるデフォルトのヘッダの選択を登録します。theme.php : 1282 | functions |
| remove_editor_styles() | remove_editor_styles() とは、すべてのビジュアルエディタスタイルシートを削除します。theme.php : 1866 | functions |
| remove_theme_mod() | remove_theme_mod() とは、現在のテーマリストからテーマ変更名を削除します。theme.php : 921 | functions |
| remove_theme_mods() | remove_theme_mods() とは、現在のテーマのテーマ変更オプションを削除します。theme.php : 942 | functions |
| remove_theme_support() | remove_theme_support() とは、テーマが特定のfunctionsのサポートを登録解除できるようにするtheme.php : 2536 | functions |
| require_if_theme_supports() | require_if_theme_supports() とは、テーマをサポートするfunctionsをロードする前に、そのfunctionsのテーマのサポートをチェックします。theme.php : 2676 | functions |
| set_theme_mod() | set_theme_mod() とは、現在のテーマのテーマ変更値を更新します。theme.php : 889 | functions |
| stylesheet | stylesheet とは、現在のスタイルシートの名前をフィルタリングします。theme.php : 160 | hooks |
| stylesheet_directory | stylesheet_directory とは、現在のテーマのスタイルシートディレクトリパスをフィルタリングします。theme.php : 184 | hooks |
| switch_theme() | switch_theme() とは、テーマを切り替えます。theme.php : 678 | functions |
| switch_theme | switch_theme とは、テーマが切り替わった後に発生します。theme.php : 754 | action |
| template | template とは、現在のテーマの名前をフィルタリングします。theme.php : 293 | hooks |
| template_directory | template_directory とは、現在のテーマディレクトリパスをフィルタリングします。theme.php : 317 | hooks |
| template_directory_uri | template_directory_uri とは、現在のテーマディレクトリURIをフィルタリングします。theme.php : 341 | hooks |
| the_custom_header_markup() | the_custom_header_markup() とは、カスタムヘッダーのマークアップを印刷します。theme.php : 1485 | functions |
| the_header_image_tag() | the_header_image_tag() とは、カスタムヘッダーイメージのイメージマークアップを表示します。theme.php : 1093 | functions |
| the_header_video_url() | the_header_video_url() とは、ヘッダービデオのURLを表示します。theme.php : 1367 | functions |
| theme_mod _ {$ name} | theme_mod _ {$ name} とは、テーマの変更、つまり 'theme_mod'、値をフィルタリングします。theme.php : 871 | hooks |
| theme_root | theme_root とは、テーマディレクトリへの絶対パスをフィルタリングします。theme.php : 561 | hooks |
| theme_root_uri | theme_root_uri とは、テーマディレクトリのURIをフィルタリングします。theme.php : 612 | hooks |
| unregister_default_headers() | unregister_default_headers() とは、デフォルトヘッダーの登録を解除します。theme.php : 1303 | functions |
| update_custom_css_data | update_custom_css_data とは、 `css`(` post_content`)と `preprocessed`(` post_content_filtered`)argsを更新して `custom_css`ポストを更新します。theme.php : 1781 | hooks |
| validate_current_theme() | validate_current_theme() とは、現在のテーマファイル 'index.php'と 'style.css'が存在することを確認します。theme.php : 772 | functions |
| validate_current_theme | validate_current_theme とは、現在のテーマを検証するかどうかをフィルタリングします。theme.php : 780 | hooks |
| wp_cache_themes_persistently | wp_cache_themes_persistently とは、登録されたテーマディレクトリのキャッシュを取得するかどうかをフィルタリングします。theme.php : 445 | hooks |
| wp_clean_themes_cache() | wp_clean_themes_cache() とは、get_theme_roots()およびWP_Themeが保持するキャッシュをクリアします。theme.php : 120 | functions |
| wp_custom_css_cb() | wp_custom_css_cb() とは、カスタムCSSスタイル要素をレンダリングします。theme.php : 1625 | functions |
| wp_customize_support_script() | wp_customize_support_script() とは、スクリプトが印刷され、カスタマイザがサポートされているかどうかがチェックされ、no-customize-supportまたはcustomize-supportクラスが本体に適用されます。theme.php : 3017 | functions |
| wp_customize_url() | wp_customize_url() とは、カスタマイザを読み込むURLを返します。theme.php : 2994 | functions |
| wp_get_custom_css | wp_get_custom_css とは、カスタムCSS出力をに変更します。theme.php : 1715 | hooks |
| wp_get_custom_css() | wp_get_custom_css() とは、レンダリングのために保存されたカスタムCSSコンテンツを取得します。theme.php : 1695 | functions |
| wp_get_custom_css_post() | wp_get_custom_css_post() とは、特定のテーマの `custom_css`投稿を取得します。theme.php : 1643 | functions |
| wp_get_theme() | wp_get_theme() とは、テーマのWP_Themeオブジェクトを取得します。theme.php : 97 | functions |
| wp_get_themes() | wp_get_themes() とは、引数に基づいてWP_Themeオブジェクトの配列を返します。theme.php : 30 | functions |
| wp_update_custom_css_post() | wp_update_custom_css_post() とは、特定のテーマの `custom_css`投稿を更新します。theme.php : 1737 | functions |
| ソース ファイル | wp-includes/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 |
