Recent

crp_widget_options_after action

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

TypeNameDescription
array$instanceWidget options array

Usage

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