Filters the response from rendering the partials.
customize_render_partials_before
Fires immediately before partials are rendered.
customize_render_partials_after
Fires immediately after partials are rendered.
WP_Customize_Selective_Refresh::handle_render_partials_request
Handles the Ajax request to return the rendered partials for the requested placements.
Advertisement
WP_Customize_Selective_Refresh::handle_error
Handles PHP errors triggered during rendering the partials.
WP_Customize_Selective_Refresh::is_render_partials_request
Checks whether the request is for rendering partials.
WP_Customize_Selective_Refresh::add_dynamic_partials
Registers dynamically-created partials.
WP_Customize_Selective_Refresh::export_preview_data
Exports data in preview after it has finished rendering so that partials can be added at runtime.
Advertisement
WP_Customize_Selective_Refresh::enqueue_preview_scripts
Enqueues preview scripts.
WP_Customize_Selective_Refresh::init_preview
Initializes the Customizer preview.
WP_Customize_Selective_Refresh::remove_partial
Removes a partial.
customize_dynamic_partial_class
Filters the class used to construct partials.
Advertisement
WP_Customize_Selective_Refresh::get_partial
Retrieves a partial.
customize_dynamic_partial_args
Filters a dynamic partial’s constructor arguments.
WP_Customize_Selective_Refresh::add_partial
Adds a partial.