get_setting( 'translation_service' ); return $active_service ? new \WPML_TP_Service( $active_service ) : null; } public static function getId() { return Maybe::fromNullable( self::get() ) ->map( invoke( 'get_id' ) ) ->getOrElse( null ); } }