wzpa_widget_options_after
Fires after Popular Authors widget options.
Type: action
Since: 1.0.0
Source: includes/frontend/widgets/class-authors-widget.php line 125
Parameters
| Type | Name | Description |
|---|---|---|
array | $instance | Widget options array |
Usage
add_action( 'wzpa_widget_options_after', function($instance) {
// ...
} );