bsearch_header_limit_steps
Filters the number of limit links to display on the results page.
Type: filter
Since: 3.0.0
Source: includes/general-template.php line 435
Parameters
| Type | Name | Description |
|---|---|---|
int[] | $steps | Array of step sizes. |
array | $args | Arguments array. |
Usage
add_filter( 'bsearch_header_limit_steps', function($steps, $args) {
// ...
return $steps;
} );