apply_filters( 'tribe_events_meta_box_default_vars', array $vars, self $meta_box )

Allows filtering of the variables right before including the template.


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.


Top ↑

Source

File: src/Tribe/Admin/Event_Meta_Box.php


Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.