parent
ab0cf3ae50
commit
a518a83e7b
|
@ -43,6 +43,7 @@ function custom_html() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add_action('login_footer', 'custom_html');
|
add_action('login_footer', 'custom_html');
|
||||||
|
add_action('wp_footer', 'custom_html');
|
||||||
|
|
||||||
//回调接口定义
|
//回调接口定义
|
||||||
add_action( 'rest_api_init', function () {
|
add_action( 'rest_api_init', function () {
|
||||||
|
|
|
@ -7,6 +7,15 @@
|
||||||
|
|
||||||
### 更新记录
|
### 更新记录
|
||||||
|
|
||||||
|
#### 2022/04/27 v0.9.3
|
||||||
|
|
||||||
|
新增全局注入登录框调用方法openLogin(),可自定义登录按钮调出微信扫码登录界面,只需要在按钮添加onclick事件调用openLogin()方法就可以了
|
||||||
|
例如
|
||||||
|
|
||||||
|
```
|
||||||
|
<button onclick="openLogin();">微信登陆</button>
|
||||||
|
```
|
||||||
|
|
||||||
#### 2022/03/31 v0.9.2
|
#### 2022/03/31 v0.9.2
|
||||||
|
|
||||||
1. 支持QuickAuth平台测试功能,可测试插件是否安装成功
|
1. 支持QuickAuth平台测试功能,可测试插件是否安装成功
|
||||||
|
|
Loading…
Reference in New Issue