customize_render_partials_response

customize_render_partials_response

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('customize_render_partials_response') is found 1 times:

  • /wp-includes/customize/class-wp-customize-selective-refresh.php line 437

    Warning: Undefined array key 441 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 442 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @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.
    		 */
    		$response = apply_filters( 'customize_render_partials_response', $response, $this, $partials );
    
    		wp_send_json_success( $response );
    	}
    }