crp_widget_options_after
Fires after Contextual Related Posts widget options.
Type: action
Since: 2.1.0
Source: includes/frontend/widgets/class-related-posts-widget.php line 176
Parameters
| Type | Name | Description |
|---|---|---|
array | $instance | Widget options array |
Usage
add_action( 'crp_widget_options_after', function($instance) {
// ...
} );