Tribe__Events__Main::eventMetaBox()
Include the event editor meta box.
Source
File: src/Tribe/Main.php
public function eventMetaBox() {
include( $this->plugin_path . 'src/admin-views/event-sidebar-options.php' );
}
Include the event editor meta box.
File: src/Tribe/Main.php
public function eventMetaBox() {
include( $this->plugin_path . 'src/admin-views/event-sidebar-options.php' );
}