Recent

get_wherego_posts_id filter

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

TypeNameDescription
int[]$resultsArray containing the related post IDs
array$argsArguments array.

Usage

add_filter( 'get_wherego_posts_id', function($results, $args) {
    // ...
    return $results;
} );