Note: wp_redirect() does not exit automatically, and should almost always be followed by a call to exit;: wp_redirect( $url ); exit; Exiting can also be ...
確定! 回上一頁