class-wp-customize-panel.php WordPressのカスタマイズパネルクラス。Customize Panel classes タグの説明と使い方。
class-wp-customize-panelファイルは wp-includes ディレクトリに保存されています。
ページコンテンツ
class-wp-customize-panel.php タグリスト

WordPress wp-includes/class-wp-customize-panel.php 関数 リスト
wp-includes/class-wp-customize-panel.php
| コード | 説明 | タイプ |
|---|---|---|
| customize_panel_active | customize_panel_active とは、WP_Customize_Panel :: active()の応答をフィルタリングします。・hooks : 198 | hooks |
| customize_render_panel | customize_render_panel とは、カスタマイザパネルをレンダリングする前に起動します。・action : 285 | action |
| customize_render_panel _ {$ this-> id} | customize_render_panel _ {$ this-> id} とは、特定のカスタマイザパネルをレンダリングする前に起動します。・action : 295 | action |
| WP_Customize_Panel | WP_Customize_Panel とは、 PanelClassesをカスタマイズします。・Classes : 19 | Classes |
| WP_Customize_Panel :: __ construct() | WP_Customize_Panel :: __ construct() とは、コンストラクタ。・Method : 159 | Method |
| WP_Customize_Panel :: active() | WP_Customize_Panel :: active() とは、パネルが現在のカスタマイザのプレビューに対してアクティブかどうかを確認します。・Method : 186 | Method |
| WP_Customize_Panel :: active_callback() | WP_Customize_Panel :: active_callback() とは、WP_Customize_Panel :: active()を呼び出すときに使用されるデフォルトのコールバック。・Method : 214 | Method |
| WP_Customize_Panel :: check_capabilities() | WP_Customize_Panel :: check_capabilities() とは、必要なユーザーfunctionsと、テーマがパネルで必要とされるfunctionsサポートを持っているかどうかをチェックします。・Method : 243 | Method |
| WP_Customize_Panel :: content_template() | WP_Customize_Panel :: content_template() とは、このパネルのコンテンツのアンダースコア(JS)テンプレート(コンテナは除く)。・Method : 375 | Method |
| WP_Customize_Panel :: get_content() | WP_Customize_Panel :: get_content() とは、パネルのコンテンツテンプレートを取得して、カスタマイザパネルに挿入します。・Method : 262 | Method |
| WP_Customize_Panel :: json() | WP_Customize_Panel :: json() とは、クライアントJavaScriptに渡されたパラメータをJSON経由で収集します。・Method : 225 | Method |
| WP_Customize_Panel :: maybe_render() | WP_Customize_Panel :: maybe_render() とは、functionsをチェックし、パネルをレンダリングします。・Method : 273 | Method |
| WP_Customize_Panel :: print_template() | WP_Customize_Panel :: print_template() とは、パネルのJSテンプレートをレンダリングします。・Method : 330 | Method |
| WP_Customize_Panel :: render() | WP_Customize_Panel :: render() とは、パネルコンテナをレンダリングし、その内容をサブClassesでレンダリングします( `this-> render_content()`を介して)。・Method : 308 | Method |
| WP_Customize_Panel :: render_content() | WP_Customize_Panel :: render_content() とは、サブClassesでパネルのUIをレンダリングします。・Method : 318 | Method |
| WP_Customize_Panel :: render_template() | WP_Customize_Panel :: render_template() とは、このパネルのコンテナをレンダリングするためのUnderscore(JS)テンプレート。・Method : 352 | Method |
| ソース ファイル | wp-includes/class-wp-customize-panel | 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 |
