File: wp-includes/class-wp-customize-section.php
-
Render the section’s JS template.
-
An Underscore (JS) template for rendering this section.
-
Get the section’s content for insertion into the Customizer pane.
-
Gather the parameters passed to client JavaScript via JSON.
-
Check whether section is active to current Customizer preview.
-
Filters response of WP_Customize_Section::active().
-
Default callback used when invoking WP_Customize_Section::active().
-
classWP_Customize_Section
Customize Section class.
-
Constructor.
-
Checks required user capabilities and whether the theme has the feature support required by the section.
-
Check capabilities and render the section.
-
Fires before rendering a Customizer section.
-
Fires before rendering a specific Customizer section.
-
Render the section UI in a subclass.