Recent

wzpa_widget_optionsfilter

wzpa_widget_options

Filters arguments passed to wzpa_pop_posts for the widget.

Type: filter
Since: 1.0.0
Source: includes/frontend/widgets/class-authors-widget.php line 218

Parameters

Type Name Description
array $arguments Widget options array
array $args Widget arguments.
array $instance Saved values from database.
mixed $id_base The widget ID.

Usage

add_filter( 'wzpa_widget_options', function($arguments, $args, $instance, $id_base) {
    // ...
    return $arguments;
} );