File: wp-includes/class-wp-customize-control.php
-
Render the control’s JS template.
-
An Underscore (JS) template for this control’s content (but not its container).
-
Get the data to export to the client via JSON.
-
Get 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().
-
Render the custom attributes for the control’s input element.
-
Check whether control is active to current Customizer preview.
-
Render the data link attribute for the control’s input element.
-
Render the control’s content.
-
Checks if the user can use this control.
-
Check 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.
-
Get the data link attribute for a setting.
-
classWP_Customize_Control
Customize Control class.
-
Constructor.
-
Enqueue control related scripts/styles.
-
Fetch a setting’s value.
-
Refresh the parameters passed to the JavaScript via JSON.