Widget_Month::get_default_widget_options()
{@inheritDoc}
Source
File: src/Tribe/Views/V2/Widgets/Widget_Month.php
public static function get_default_widget_options() {
return [
'description' => esc_html( sprintf(
_x( 'The %1$s calendar mini calendar widget', 'Description of the Events Calendar Widget.', 'tribe-events-calendar-pro' ),
tribe_get_event_label_plural_lowercase()
) ),
];
}