File: wp-includes/class-wp-customize-control.php
-
Renders the control’s JS template.
-
An Underscore (JS) template for this control’s content (but not its container).
-
Gets the data to export to the client via JSON.
-
Gets the control’s content for insertion into the Customizer pane.
-
Filters response of WP_Customize_Control::active().
-
Default callback used when invoking WP_Customize_Control::active().
-
Renders the custom attributes for the control’s input element.
-
Checks whether control is active to current Customizer preview.
-
Renders the data link attribute for the control’s input element.
-
Renders the control’s content.
-
Checks if the user can use this control.
-
Checks capabilities and render the control.
-
Fires just before the current Customizer control is rendered.
-
Fires just before a specific Customizer control is rendered.
-
Renders the control wrapper and calls $this->render_content() for the internals.
-
Gets the data link attribute for a setting.
-
classWP_Customize_Control
-
Constructor.
-
Enqueues control related scripts/styles.
-
Fetches a setting’s value.
-
Refreshes the parameters passed to the JavaScript via JSON.