if ( ( strtolower($pagenow) == 'wp-login.php') && ( strtolower( $_GET['action']) == 'login' ) ) { wp_redirect( home_url('/my-account')); }
確定! 回上一頁