wp/wp-includes/customize/class-wp-customize-selective-refresh.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
   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 );