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
| Type | Name | Description |
|---|---|---|
string | $output | Formatted list of top posts. |
array | $args | Array of arguments. |
\WP_Post | $post | Current Post object. |
Usage
add_action( 'pre_tptn_pop_posts', function($output, $args, $post) {
// ...
} );