Summery Summery
Fires immediately after partials are rendered.
Syntax Syntax
Description Description
Plugins may do things like call wp_footer() to scrape scripts output and return them via the ‘customize_render_partials_response’ filter.
Parameters Parameters
- $this
-
Selective refresh component.
- $partials
-
Placements' context data for the partials rendered in the request. The array is keyed by partial ID, with each item being an array of the placements' context data.
Source Source
File: wp-includes/customize/class-wp-customize-selective-refresh.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |