As I know you can use wp_redirect before content is sent to the browser. You should use hooks for that. But you can use PHP header function. if ( TRUE ) { ...
確定! 回上一頁