function redirect_to_other_page_itc() { if ( is_page(xxxxx) ) { wp_redirect( 'https://', 301 ); exit; } } add_action( 'template_redirect', 'redirect_to_other_page_itc' );