customize_render_partials_after

customize_render_partials_after

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('customize_render_partials_after') is found 1 times:

  • /wp-includes/customize/class-wp-customize-selective-refresh.php line 393
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    * @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 ) {