tptn_widget_options_after
Fires after Top 10 widget options.
Type: action
Since: 2.0.0
Source: includes/frontend/widgets/class-count-widget.php line 61
Parameters
| Type | Name | Description |
|---|---|---|
array | $instance | Widget options array |
Usage
add_action( 'tptn_widget_options_after', function($instance) {
// ...
} );