function redirect_404() { if (is_404()) { wp_redirect('https://YouR-URL.com/', 301); exit; } } add_action('template_redirect', 'redirect_404');