Skip to content

Commit 1bac627

Browse files
committed
vipcs
1 parent 891354a commit 1bac627

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

includes/Classifai/Helpers.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,10 @@ function safe_wp_remote_get( string $url, array $args = [] ) {
678678
wp_parse_args(
679679
$args,
680680
[
681-
'timeout' => 20,
681+
'timeout' => 20, // phpcs:ignore
682+
682683
]
683-
); // phpcs:ignore WordPressVIPMinimum.Performance.RemoteRequestTimeout.timeout_timeout.
684+
);
684685

685-
return wp_remote_get( $url, $args ); // phpcs:ignore WordPressVIPMinimum.Functions.RestrictedFunctions.wp_remote_get_wp_remote_get
686+
return wp_remote_get( $url, $args ); // phpcs:ignore
686687
}

0 commit comments

Comments
 (0)