do_action( "tribe_repository_{$this->filter_name}_pre_get_ids_for_posts", WP_Query $query )

Filters the query object by reference before getting the post IDs from the query.


Parameters

$query

(WP_Query) The WP_Query object before get_posts() is called.


Top ↑

Source

File: src/Tribe/Repository.php


Top ↑

Changelog

Changelog
Version Description
4.14.8 Introduced.