apply_filters( 'tribe_repository_query_arg_offset_override', null|int $filtered_offset , array $query_args )
Provides a last-ditch effort to override the filtered offset.
Contents
This should only be used if doing creating pagination for performance purposes.
Parameters
- $filtered_offset
-
(null|int) Offset parameter setting.
- $query_args
-
(array) List of query arguments.
Source
File: src/Tribe/Repository.php
Changelog
| Version | Description |
|---|---|
| 4.11.0 | Introduced. |