Recent

pre_tptn_pop_posts action

pre_tptn_pop_posts

Fires before the output processing begins.

Type: action
Since: 3.1.0
Source: includes/frontend/class-display.php line 95

Parameters

TypeNameDescription
string$outputFormatted list of top posts.
array$argsArray of arguments.
\WP_Post$postCurrent Post object.

Usage

add_action( 'pre_tptn_pop_posts', function($output, $args, $post) {
    // ...
} );