特性:提高仓库源替换代码的优先级,避免被覆盖

This commit is contained in:
孙锡源 2022-11-15 00:05:27 +08:00
parent 9fa7b40a5c
commit d01723c737

View file

@ -201,7 +201,7 @@ if ( ! class_exists( 'WP_CHINA_YES' ) ) {
}
return wp_remote_request( $url, $r );
}, 1, 3 );
}, 999999, 3 );
}