Widget_Featured_Venue::add_self_to_virtual_widget_groups( $groups )
Add this widget’s css group to the VE list of widget groups to load icon styles for.
Contents
Parameters
- $widgets
-
(<span class="TribeEventsProViewsV2Widgetsarray">TribeEventsProViewsV2Widgetsarray) (Required) The list of widgets
Return
(TribeEventsProViewsV2Widgetsarray<string>) The modified list of widgets.
Source
File: src/Tribe/Views/V2/Widgets/Widget_Featured_Venue.php
public function add_self_to_virtual_widget_groups( $groups ) {
$groups[] = static::get_css_group();
return $groups;
}
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |