Recent

tptn_pop_posts_array filter

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

TypeNameDescription
array$tptn_pop_posts_arrayPosts array.
mixed$argsArguments list

Usage

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