Core Class
View Source on Trac ↗
Core Class
WP_Customize_Themes_Section
class WP_Customize_Themes_Section
// Constructor: function Object() { [native code] } Customize Themes Section class.
Methods 4 methods
| Method / Return | Description |
|---|---|
| json() array | Gets section parameters for JS. |
| render_template() void | Renders a themes section as a JS template. |
| filter_bar_content_template() void | Renders the filter bar portion of a themes section as a JS template. |
| filter_drawer_content_template() void | Renders the filter drawer portion of a themes section as a JS template. |
Properties
| Property / Type | Description |
|---|---|
| $type mixed public | No description available. |
| $action mixed public | No description available. |
| $filter_type mixed public | No description available. |
Class Information
Since Version
4.2.0
Source File
wp-includes/customize/class-wp-customize-themes-section.php
Advertisement