Graceful Living Care Home

function force_all_pages_404() { if (!is_admin()) { global $wp_query; $wp_query->set_404(); status_header(404); nocache_headers(); include(get_template_directory() . '/404.php'); exit; } } add_action('template_redirect', 'force_all_pages_404', 1);
Scroll to Top