class-wp-customize-setting.phpファイルは wp-includes ディレクトリに保存されています。
WordPressのカスタマイズ設定クラス 関数 リストと各、Customize Setting classes functions タグの説明と使い方。
ページコンテンツ
class-wp-customize-setting.php タグリスト

WordPress class-wp-customize-setting.php 関数 リスト
wp-includes/class-wp-customize-setting.php
| コード | 説明 | タイプ |
|---|---|---|
| customize_preview _ {$ this-> id} | customize_preview _ {$ this-> id} とは、 theme_modsまたはoptionsとして処理されない設定に対してWP_Customize_Setting :: preview()メソッドが呼び出されたときに発生し>ます。class-wp-customize-setting.php : 403 | action |
| customize_preview _ {$ this-> type} | customize_preview _ {$ this-> type} とは、 theme_modsまたはoptionsとして処理されない設定に対してWP_Customize_Setting :: preview()メソッドが呼び出されたときに発生します。class-wp-customize-setting.php : 415 | action |
| customize_sanitize_js _ {$ this-> id} | customize_sanitize_js _ {$ this-> id} とは、 JavaScriptで使用するカスタマイズ設定値をフィルタリングします。class-wp-customize-setting.php : 804 | hooks |
| customize_save _ {$ id_base} | customize_save _ {$ id_base} とは、WP_Customize_Setting :: save()メソッドが呼び出されたときに発生し>ます。class-wp-customize-setting.php : 541 | action |
| customize_save _ {$ this-> id_data ['base']} | customize_save _ {$ this-> id_data ['base']} とは、WP_Customize_Setting :: save()メソッドが呼び出されたときに発生します。class-wp-customize-setting.php : 493 | action |
| customize_update _ {$ this-> type} | customize_update _ {$ this-> type} とは、 theme_modsまたはoptionsとして処理されない設定に対してWP_Customize_Setting :: update()メソッドが呼び出されたときに発生します。class-wp-customize-setting.php : 706 | action |
| customize_validate _ {$ this-> id} | customize_validate _ {$ this-> id} とは、カスタマイズ設定値を検証します。class-wp-customize-setting.php : 614 | hooks |
| customize_value _ {$ id_base} | customize_value _ {$ id_base} とは、 theme_modまたはoptionとして処理されないCustomize設定値をフィルタリングします。class-wp-customize-setting.php : 770 | hooks |
| customize_value _ {$ this-> id_data ['base']} | customize_value _ {$ this-> id_data ['base']} とは、 theme_modまたはoptionとして処理されないCustomize設定値をフィルターします。class-wp-customize-setting.php : 400 | hooks |
| WP_Customize_Setting :: _ clear_aggregated_ multidimensional_preview_applied_flag() | WP_Customize_Setting :: _ clear_aggregated _multidimensional_preview_applied_flag() とは、ポスト値が更新されるたびに、多次元集計値のプレビュー適用フラグをクリアします。class-wp-customize-setting.php : 435 | Method |
| WP_Customize_Setting :: _ multidimensional_preview_filter() | WP_Customize_Setting :: _ multidimensional_preview_filter() とは、多次元テーマのモッズやオプションをフィルタリングするコールバック関数。class-wp-customize-setting.php : 483 | Method |
| WP_Customize_Setting :: _ preview_filter() | WP_Customize_Setting :: _ preview_filter() とは、非多次元テーマのモッズやオプションをフィルタリングするコールバック関数。class-wp-customize-setting.php : 451 | Method |
| WP_Customize_Setting :: _ update_option() | WP_Customize_Setting :: _ update_option() とは、非推奨のメソッド。class-wp-customize-setting.php : 728 | Method |
| WP_Customize_Setting :: _ update_theme_mod() | WP_Customize_Setting :: _ update_theme_mod() とは、非推奨のメソッド。class-wp-customize-setting.php : 718 | Method |
| WP_Customize_Setting :: aggregate_multidimensional() | WP_Customize_Setting :: aggregate_multidimensional() とは、集計された多次元値の設定を設定します。class-wp-customize-setting.php : 244 | Method |
| WP_Customize_Setting :: check_capabilities() | WP_Customize_Setting :: check_capabilities() とは、テーマが設定をサポートしているかどうかを検証します。class-wp-customize-setting.php : 835 | Method |
| WP_Customize_Setting :: get_root_value() | WP_Customize_Setting :: get_root_value() とは、設定のルート値を取得します。特に、多次元のルート値を取得します。class-wp-customize-setting.php : 630 | Method |
| WP_Customize_Setting :: id_data() | WP_Customize_Setting :: id_data() とは、多次元設定の解析IDデータを取得します。class-wp-customize-setting.php : 232 | Method |
| WP_Customize_Setting :: is_current_blog_previewed() | WP_Customize_Setting :: is_current_blog_previewed() とは、現在のサイトがプレビューされたサイトと同じでない場合はtrueを返します。class-wp-customize-setting.php : 292 | Method |
| WP_Customize_Setting :: js_value() | WP_Customize_Setting :: js_value() とは、 JavaScriptで使用するために設定値をサニタイズします。class-wp-customize-setting.php : 792 | Method |
| WP_Customize_Setting :: json() | WP_Customize_Setting :: json() とは、 JSON経由でクライアントにエクスポートするデータを取得します。class-wp-customize-setting.php : 819 | Method |
| WP_Customize_Setting :: multidimensional() | WP_Customize_Setting :: multidimensional() とは、多次元ヘルパー関数。class-wp-customize-setting.php : 855 | Method |
| WP_Customize_Setting :: multidimensional_get() | WP_Customize_Setting :: multidimensional_get() とは、多次元配列から特定の値を取得しようとします。class-wp-customize-setting.php : 929 | Method |
| WP_Customize_Setting :: multidimensional_isset() | WP_Customize_Setting :: multidimensional_isset() とは、多次元配列の特定の値が設定されているかどうかをチェックします。class-wp-customize-setting.php : 946 | Method |
| WP_Customize_Setting :: multidimensional_replace() | WP_Customize_Setting :: multidimensional_replace() とは、多次元配列内の特定の値を置換しようとします。class-wp-customize-setting.php : 905 | Method |
| WP_Customize_Setting :: post_value() | WP_Customize_Setting :: post_value() とは、設定の$ _POST値をフェッチし、サニタイズします。class-wp-customize-setting.php : 556 | Method |
| WP_Customize_Setting :: sanitize() | WP_Customize_Setting :: sanitize() とは、入力をサニタイズする。class-wp-customize-setting.php : 568 | Method |
| WP_Customize_Setting :: save() | WP_Customize_Setting :: save() とは、ユーザーの機能とテーマのサポートを確認し、設定の値を保存します。class-wp-customize-setting.php : 522 | Method |
| WP_Customize_Setting :: set_root_value() | WP_Customize_Setting :: set_root_value() とは、設定のルート値を設定します。特に、多次元の値を設定します。class-wp-customize-setting.php : 654 | Method |
| WP_Customize_Setting :: validate() | WP_Customize_Setting :: validate() とは、入力を検証します。class-wp-customize-setting.php : 591 | Method |
| WP_Customize_Setting :: value() | WP_Customize_Setting :: value() とは、設定の値を取得します。class-wp-customize-setting.php : 739 | Method |
| ソース ファイル | wp-includes/class-wp-customize-setting.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 |
