Recent

tptn_pop_posts_arrayfilter

tptn_pop_posts_array

Filter the array of top post IDs.

Type: filter
Since: 1.9.8.5
Source: includes/frontend/class-display.php line 485

Parameters

Type Name Description
array $tptn_pop_posts_array Posts array.
mixed $args Arguments list

Usage

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