| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Customize API: WP_Customize_Themes_Section class
| File Size: | 188 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 |
| Get section parameters for JS. return: array Exported parameters. since: 4.9.0 |
| render_template() X-Ref |
| Render 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. since: 4.9.0 |
| filter_bar_content_template() X-Ref |
| Render 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()`. since: 4.9.0 |
| filter_drawer_content_template() X-Ref |
| Render the filter drawer portion of a themes section as a JS template. The filter bar container is rendered by @see `render_template()`. since: 4.9.0 |
| Generated: Sat Nov 8 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |