wordpress 登出 回到首頁
wordpress 登出 回到首頁
資料來源:https://www.ludou.org/logout-redirect.html
将下面的php代码放到当前主题的functions.php中即可
//--- //wordpress 登出 回到首頁 add_filter('logout_url', 'ludou_logout_redirect', 10, 2); function ludou_logout_redirect($logouturl, $redir) { $redir = 'http://jashliao.eu/wordpress/'; // 这里改成你要跳转的网址 return $logouturl . '&redirect_to=' . urlencode($redir); } //---wordpress 登出 回到首頁
One thought on “wordpress 登出 回到首頁”
Thanks for every other informative web site.
The place else may I get that type of info written in such a perfect manner?
I have a mission that I am simply now working on, and I’ve been on the glance
out for such info.