Recent

wherego_top_tracked_posts filter

wherego_top_tracked_posts

Filter the top tracked posts.

Type: filter
Since: 3.2.0
Source: includes/class-top-tracked.php line 113

Parameters

TypeNameDescription
int$limitNumber of posts requested.

Usage

add_filter( 'wherego_top_tracked_posts', function($limit) {
    // ...
    return $limit;
} );