Render the custom attributes for the control’s input element.
WP_Customize_Control::render_content
Render the control’s content.
WP_Customize_Control::print_template
Render the control’s JS template.
WP_Customize_Control::content_template
An Underscore (JS) template for this control’s content (but not its container).
Advertisement
WP_Customize_Control::get_content
Get the control’s content for insertion into the Customizer pane.
WP_Customize_Control::maybe_render
Check capabilities and render the control.
WP_Customize_Control::render
Renders the control wrapper and calls $this->render_content() for the internals.
WP_Customize_Control::get_link
Get the data link attribute for a setting.
Advertisement
WP_Customize_Control::link
Render the data link attribute for the control’s input element.
WP_Customize_Control::__construct
Constructor.
WP_Customize_Control::enqueue
Enqueue control related scripts/styles.
WP_Customize_Control::active
Check whether control is active to current Customizer preview.
Advertisement
WP_Customize_Control::active_callback
Default callback used when invoking WP_Customize_Control::active().
WP_Customize_Control::value
Fetch a setting’s value.
WP_Customize_Control::to_json
Refresh the parameters passed to the JavaScript via JSON.