function redirect_homepage() { if( ! is_home() && ! is_front_page() ) return; wp_redirect( 'https://ottocean.tv/en/', 301 ); } add_action( 'template_redirect', 'redirect_homepage' ); ?>
Tags