Check whether control is active to current Customizer preview.
WP_Customize_Control::active_callback
Default callback used when invoking WP_Customize_Control::active().
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::input_attrs
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.
Advertisement
WP_Customize_Control::content_template
An Underscore (JS) template for this control’s content (but not its container).
WP_Customize_Control::to_json
Refresh the parameters passed to the JavaScript via JSON.
WP_Customize_Control::json
Get the data to export to the client via JSON.
WP_Customize_Control::check_capabilities
Checks if the user can use this control.
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::__construct
Constructor.