Recent

tptn_widget_options filter

tptn_widget_options

Filters arguments passed to tptn_pop_posts for the widget.

Type: filter
Since: 2.0.0
Source: includes/frontend/widgets/class-posts-widget.php line 318

Parameters

TypeNameDescription
array$argumentsWidget options array

Usage

add_filter( 'tptn_widget_options', function($arguments) {
    // ...
    return $arguments;
} );