equal
deleted
inserted
replaced
426 * @type array $contents Associative array mapping a partial ID its corresponding array of contents |
426 * @type array $contents Associative array mapping a partial ID its corresponding array of contents |
427 * for the containers requested. |
427 * for the containers requested. |
428 * @type array $errors List of errors triggered during rendering of partials, if `WP_DEBUG_DISPLAY` |
428 * @type array $errors List of errors triggered during rendering of partials, if `WP_DEBUG_DISPLAY` |
429 * is enabled. |
429 * is enabled. |
430 * } |
430 * } |
431 * @param WP_Customize_Selective_Refresh $this Selective refresh component. |
431 * @param WP_Customize_Selective_Refresh $refresh Selective refresh component. |
432 * @param array $partials Placements' context data for the partials rendered in the request. |
432 * @param array $partials Placements' context data for the partials rendered in the request. |
433 * The array is keyed by partial ID, with each item being an array of |
433 * The array is keyed by partial ID, with each item being an array of |
434 * the placements' context data. |
434 * the placements' context data. |
435 */ |
435 */ |
436 $response = apply_filters( 'customize_render_partials_response', $response, $this, $partials ); |
436 $response = apply_filters( 'customize_render_partials_response', $response, $this, $partials ); |