7242 | | * @param WP_Post[] $posts Array of post objects (passed by reference). |
7243 | | * @param string $post_type Optional. Post type. Default 'post'. |
7244 | | * @param bool $update_term_cache Optional. Whether to update the term cache. Default true. |
7245 | | * @param bool $update_meta_cache Optional. Whether to update the meta cache. Default true. |
| 7242 | * @param WP_Post[] $posts Array of post objects (passed by reference). |
| 7243 | * @param string|array $post_type Optional. Single post type, 'any', or an array of post types. |
| 7244 | * Default 'post'. |
| 7245 | * @param bool $update_term_cache Optional. Whether to update the term cache. Default true. |
| 7246 | * @param bool $update_meta_cache Optional. Whether to update the meta cache. Default true. |