Hooks::filter_include_query_vars( $vars )
Register the new variable available on the permalink structure
Contents
Parameters
- $vars
-
(Required) array An array with the query variables
Return
(array)
Source
File: src/Tribe/Views/V2/Hooks.php
public function filter_include_query_vars( array $vars ) : array {
$vars[] = 'tribe_recurrence_list';
return $vars;
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |