apply_filters( 'tribe_events_has_next_args', array $args , WP_Query $wp_query )
Filters the arguments that will be used to check if there is a next page/event.
Contents
Parameters
- $args
-
(array) An array of arguments that will be used to check if a next page/event is present.
- $wp_query
-
(WP_Query) The query object the query arguments have been taken from.
Source
Changelog
| Version | Description |
|---|---|
| 4.9 | Introduced. |