apply_filters( "{$this->filter_name}_query_args", array $query_args , WP_Query $query , $this )
Filters the query arguments that will be used to fetch the posts.
Contents
Parameters
- $query_args
-
(array) An array of the query arguments the query will be initialized with.
- $query
-
(WP_Query) The query object, the query arguments have not been parsed yet.
- $this
-
$this This repository instance
Source
File: src/Tribe/Repository.php