Recent

wherego_top_tracked_postsfilter

wherego_top_tracked_posts

Filter the top tracked posts.

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

Parameters

Type Name Description
int $limit Number of posts requested.

Usage

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