wzpa_query_limits
Filters the LIMIT clause of the query.
Type: filter
Since: 1.2.0
Source: includes/frontend/class-display.php line 446
Parameters
| Type | Name | Description |
|---|---|---|
string |
$limits |
The LIMIT clause of the query. |
array |
$args |
Arguments array. |
Usage
add_filter( 'wzpa_query_limits', function($limits, $args) {
// ...
return $limits;
} );