Tribe__Events__Templates::spoof_the_post()
Spoof the global post just once
Source
File: src/Tribe/Templates.php
public static function spoof_the_post() {
$GLOBALS['post'] = self::spoofed_post();
remove_action( 'the_post', array( __CLASS__, 'spoof_the_post' ) );
}