WP_Widget_Form_Customize_Control::active_callback
Whether the current widget is rendered on the page.
WP_Widget_Form_Customize_Control::render_content
Override render_content to be no-op since content is exported via to_json for deferred embedding.
WP_Widget_Form_Customize_Control::to_json
Gather control params for exporting to JavaScript.
Advertisement
WP_Widget_Area_Customize_Control::render_content
Renders the control’s content.
WP_Widget_Area_Customize_Control::to_json
Refreshes the parameters passed to the JavaScript via JSON.
WP_Customize_Upload_Control::to_json
Refresh the parameters passed to the JavaScript via JSON.
WP_Customize_Themes_Section::filter_drawer_content_template
Render the filter drawer portion of a themes section as a JS template.
Advertisement
WP_Customize_Themes_Section::filter_bar_content_template
Render the filter bar portion of a themes section as a JS template.
WP_Customize_Themes_Section::render_template
Render a themes section as a JS template.
WP_Customize_Themes_Section::json
Get section parameters for JS.
WP_Customize_Themes_Panel::content_template
An Underscore (JS) template for this panel’s content (but not its container).
Advertisement
WP_Customize_Themes_Panel::render_template
An Underscore (JS) template for rendering this panel’s container.
WP_Customize_Theme_Control::content_template
Render a JS template for theme display.
WP_Customize_Theme_Control::render_content
Don’t render the control content from PHP, as it’s rendered via JS on load.