apply_filters( 'tribe_events_meta_box_default_vars', array $vars , self $meta_box )
Allows filtering of the variables right before including the template.
Contents
Parameters
- $vars
-
(array) Current set of variables that will be used to setup the meta box.
- $meta_box
-
(self) Instance of the meta box that we are using.
Source
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |