Recent

wherego_widget_options_after action

wherego_widget_options_after

Fires after WebberZone Followed Posts widget options.

Type: action
Since: 2.0.0
Source: includes/frontend/class-widget.php line 209

Parameters

TypeNameDescription
array$instanceWidget options array

Usage

add_action( 'wherego_widget_options_after', function($instance) {
    // ...
} );