Hooks::filter_include_query_vars( $vars )

Register the new variable available on the permalink structure


Parameters

$vars

(Required) array An array with the query variables


Top ↑

Return

(array)


Top ↑

Source

File: src/Tribe/Views/V2/Hooks.php

	public function filter_include_query_vars( array $vars ) : array {
		$vars[] = 'tribe_recurrence_list';
		return $vars;
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.