Get the data link attribute for a setting.
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.
Advertisement
WP_Customize_Control::__construct
Constructor.
WP_Customize_Control::enqueue
Enqueue control related scripts/styles.
WP_Customize_Control::content_template
An Underscore (JS) template for this control’s content (but not its container).
WP_Customize_Control::print_template
Render the control’s JS template.
Advertisement
WP_Customize_Control::render_content
Render the control’s content.
WP_Customize_Control::input_attrs
Render the custom attributes for the control’s input element.
WP_Customize_Control::link
Render the data link attribute for the control’s input element.
WP_Customize_Control::get_link
Get the data link attribute for a setting.
Advertisement
customize_render_control_{$this->id}
Fires just before a specific Customizer control is rendered.
WP_Customize_Control::render
Renders the control wrapper and calls $this->render_content() for the internals.
customize_render_control
Fires just before the current Customizer control is rendered.