feat:默认使用官方原版应用市场

This commit is contained in:
sunxiyuan 2020-08-15 15:30:52 +08:00
parent ca6ef7730c
commit 29e98f3329

View file

@ -36,7 +36,7 @@ if (is_admin()) {
* 初始化设置项
*/
if (empty(get_option('wpapi')) || empty(get_option('super_gravatar')) || empty(get_option('super_googlefonts'))) {
update_option("wpapi", '1');
update_option("wpapi", '2');
update_option("super_gravatar", '1');
update_option("super_googlefonts", '2');
}