meta_save = $meta_save ? $meta_save : new Tribe__Events__Meta__Save( $this->post->ID, $this->post ); } /** * Saves the revision. */ public function save() { return $this->meta_save->save(); } }