<?php wp_redirect( 'http://example.com' ); exit; wp_redirect() is vulnerable to open redirects if the URL is unknown, such as a URL set by user input.
確定! 回上一頁