apply_filters( 'tribe_get_related_posts', int $post_id , array $args , array $posts )
Filter the related posts for the current post.
Contents
Parameters
- $post_id
-
(int) Current Post ID.
- $args
-
(array) Query arguments.
- $posts
-
(array) The related posts.
Source
Changelog
| Version | Description |
|---|---|
| 3.2 | Introduced. |