Recent

wherego_widget_options_afteraction

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

Type Name Description
array $instance Widget options array

Usage

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