apply_filters( 'tribe_get_related_posts', int $post_id, array $args, array $posts )

Filter the related posts for the current post.


Parameters

$post_id

(int) Current Post ID.

$args

(array) Query arguments.

$posts

(array) The related posts.


Top ↑

Source

File: src/functions/template-tags/general.php


Top ↑

Changelog

Changelog
Version Description
3.2 Introduced.