You should use hooks for that. But you can use PHP header function. if ( TRUE ) { header( "Location: " . home_url() ); die ...
確定! 回上一頁