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.


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.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.