Tribe__Events__Pro__Main::single_event_meta_group_template_keys( array $keys )

Adds for the meta walker a key for custom meta groups to do with PRO addon.


Parameters

$keys

(array) (Required) The current array of meta keys.


Top ↑

Return

(array) The modified array.


Top ↑

Source

File: src/Tribe/Main.php

		public function single_event_meta_group_template_keys( $keys ) {
			$keys[] = 'tribe_event_group_custom_meta';

			return $keys;
		}