diff --git a/includes/Classifai/Helpers.php b/includes/Classifai/Helpers.php index c2726d8ca..76a6dc990 100644 --- a/includes/Classifai/Helpers.php +++ b/includes/Classifai/Helpers.php @@ -678,9 +678,10 @@ function safe_wp_remote_get( string $url, array $args = [] ) { wp_parse_args( $args, [ - 'timeout' => 20, + 'timeout' => 20, // phpcs:ignore + ] - ); // phpcs:ignore WordPressVIPMinimum.Performance.RemoteRequestTimeout.timeout_timeout. + ); - return wp_remote_get( $url, $args ); // phpcs:ignore WordPressVIPMinimum.Functions.RestrictedFunctions.wp_remote_get_wp_remote_get + return wp_remote_get( $url, $args ); // phpcs:ignore } \ No newline at end of file