[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/customize/ -> class-wp-customize-themes-section.php (summary)

Customize API: WP_Customize_Themes_Section class

File Size: 210 lines (7 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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.

A UI container for theme controls, which are displayed within sections.

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 Apr 18 08:20:02 2024 Cross-referenced by PHPXref