Filters the header-encoded cookie value.
WP_Customize_Control::render_content
Render the control’s content.
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.
WP_Customize_Control::maybe_render
Check capabilities and render the control.
Advertisement
WP_Customize_Control::check_capabilities
Checks if the user can use this control.
WP_Customize_Control::to_json
Refresh the parameters passed to the JavaScript via JSON.
WP_Customize_Control::value
Fetch a setting’s value.
WP_Customize_Control::enqueue
Enqueue control related scripts/styles.
Advertisement
WP_Customize_Control::__construct
Constructor.
WP_Http::make_absolute_url
Converts a relative URL to an absolute URL relative to a given URL.