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
| Type | Name | Description |
|---|---|---|
array | $arguments | Widget options array |
Usage
add_filter( 'tptn_widget_options', function($arguments) {
// ...
return $arguments;
} );