diff --git a/inc/YoastAI.php b/inc/YoastAI.php index 898f668c..bb5393f2 100644 --- a/inc/YoastAI.php +++ b/inc/YoastAI.php @@ -54,9 +54,6 @@ public static function modify_http_request_args( $parsed_args, $url ) { if ( 'ai.yoa.st' !== $parsed_url['host'] ) { return $parsed_args; } - if ( is_array( $parsed_args['headers'] ) ) { - $parsed_args['headers']['X-Yst-Cohort'] = 'Bluehost'; - } return $parsed_args; } }