[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

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

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

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
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: Thu Mar 28 01:00:02 2024 Cross-referenced by PHPXref 0.7.1