mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 11:11:30 +08:00
修复:提高WordPress API替换过滤器的优先级,理由同上一个提交日志
This commit is contained in:
parent
a8f491ff06
commit
f53413d8e7
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ if (!class_exists('WP_CHINA_YES')) {
|
|||
}
|
||||
|
||||
return wp_remote_request($url, $r);
|
||||
}, 10, 3);
|
||||
}, 1, 3);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue