sitepress->get_setting( 'translation_service' ); } /** * Saves the input service as the current translation service setting. * * @param object $service */ protected function set_current_service( $service ) { $this->sitepress->set_setting( 'translation_service', $service, true ); } }