get_data(); } /** * This method is kept for backwards compatiblity, does nothing! */ protected function filter_data( $data ) { return $data; } /** * puts together the actual html/json javascript block for output * @return string */ public function script_block() { return Tribe__Events__JSON_LD__Event::instance()->get_markup(); } }