add_action( 'template_redirect', 'redirect_to_other_page' ); function redirect_to_other_page() { if ( is_page( 143 ) ) { wp_redirect( ...
確定! 回上一頁