CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Tue, 14 Oct 2025 03:55:07 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
wp-includes/class-wp-customize-section.php | Developer.WordPress.org
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.