get_wherego_posts_id
Filter object containing the post IDs.
Type: filter
Since: 3.0.0
Source: includes/frontend/class-display.php line 113
Parameters
| Type | Name | Description |
|---|---|---|
int[] | $results | Array containing the related post IDs |
array | $args | Arguments array. |
Usage
add_filter( 'get_wherego_posts_id', function($results, $args) {
// ...
return $results;
} );