Hooks::filter_map_view_pin( array $template_vars, TribeEventsViewsV2View_Interface $view )
Filters the location pin on the map view.
Contents
Parameters
- $template_vars
-
(array) (Required) The View template variables.
- $view
-
(TribeEventsViewsV2View_Interface) (Required) The current View instance.
Source
File: src/Tribe/Views/V2/Hooks.php
public function filter_map_view_pin( array $template_vars, View_Interface $view ) {
return $this->container->make( Map_View::class )->filter_map_view_pin( $template_vars, $view );
}
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Introduced. |