Hooks::filter_map_view_pin( array $template_vars, TribeEventsViewsV2View_Interface $view )

Filters the location pin on the map view.


Parameters

$template_vars

(array) (Required) The View template variables.

$view

(TribeEventsViewsV2View_Interface) (Required) The current View instance.


Top ↑

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 );
	}

Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.