Tribe__Events__Pro__Main::single_event_the_meta_group_venue( bool $status, int $event_id )

Adds (currently nothing) to the venue section of the meta walker for single events.


Parameters

$status

(bool) (Required) Whether currently it is filtered to display venue information in a group or not.

$event_id

(int) (Required) The post_id of the current event.


Top ↑

Return

(bool) The modified boolean.


Top ↑

Source

File: src/Tribe/Main.php

		public function single_event_the_meta_group_venue( $status, $event_id ) {

			return $status;
		}