随笔分类 -  wordpress

摘要:只想注册后跳转到首页 function new_login_redirect() { return '这里换成首页地址'; } add_action( 'user_register', 'auto_login_new_user'); 只想登录后跳转到首页 function auto_login_ne 阅读全文
posted @ 2020-12-09 23:12 崩天的勾玉 阅读(583) 评论(0) 推荐(0)