customize_render_partials_after, $this, $partials
customize_render_partials_after, $this, $partials
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('customize_render_partials_after, $this, $partials') is found 1 times:
- /wp-includes/customize/class-wp-customize-selective-refresh.php line 393
* @param array $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. */ do_action( 'customize_render_partials_after', $this, $partials ); $response = array( 'contents' => $contents, ); if ( defined( 'WP_DEBUG_DISPLAY' ) && WP_DEBUG_DISPLAY ) {