修复:提高WordPress API替换过滤器的优先级,理由同上一个提交日志

This commit is contained in:
孙锡源 2021-04-21 00:08:28 +08:00
parent a8f491ff06
commit f53413d8e7

View file

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