wordpress的自动登录及授权QQ等登录的处理
星期四, 2017-10-12 | Author: Lee | wordpress | 2,036 views
以前处理了qq的自动登录,wordpress升级到4.8.2的版本,同时使用https,不知道什么原因就无法使用了.
需要新增 do_action( ‘wp_login’); 即可,以前版本只需要设置cookie 和current.
处理代码如下:
1 2 3 4 | require_once("../../../wp-config.php"); wp_set_auth_cookie($wpuid); wp_set_current_user($wpuid); do_action('wp_login'); |
文章作者: Lee
本文地址: https://www.pomelolee.com/1753.html
除非注明,Pomelo Lee文章均为原创,转载请以链接形式标明本文地址
No comments yet.
Leave a comment
Search
相关文章
热门文章
最新文章
文章分类
- ajax (10)
- algorithm-learn (3)
- Android (6)
- as (3)
- computer (85)
- Database (30)
- disucz (4)
- enterprise (1)
- erlang (2)
- flash (5)
- golang (3)
- html5 (18)
- ios (4)
- JAVA-and-J2EE (186)
- linux (143)
- mac (10)
- movie-music (11)
- pagemaker (36)
- php (50)
- spring-boot (2)
- Synology群晖 (2)
- Uncategorized (6)
- unity (1)
- webgame (15)
- wordpress (33)
- work-other (2)
- 低代码 (1)
- 体味生活 (40)
- 前端 (21)
- 大数据 (8)
- 游戏开发 (9)
- 爱上海 (19)
- 读书 (4)
- 软件 (3)