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