[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Customize API: WP_Customize_Themes_Section class
File Size: | 208 lines (7 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_Customize_Themes_Section:: (4 methods):
json()
render_template()
filter_bar_content_template()
filter_drawer_content_template()
Class: WP_Customize_Themes_Section - X-Ref
Customize Themes Section class.json() X-Ref |
Gets section parameters for JS. return: array Exported parameters. |
render_template() X-Ref |
Renders a themes section as a JS template. The template is only rendered by PHP once, so all actions are prepared at once on the server side. |
filter_bar_content_template() X-Ref |
Renders the filter bar portion of a themes section as a JS template. The template is only rendered by PHP once, so all actions are prepared at once on the server side. The filter bar container is rendered by {@see render_template()}. |
filter_drawer_content_template() X-Ref |
Renders the filter drawer portion of a themes section as a JS template. The filter bar container is rendered by {@see render_template()}. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |