set_404(); status_header(404); get_template_part(404); exit; } // Set up page title add_filter('wp_title', function($title) { global $destination; return esc_html($destination->name) . ' - ' . get_bloginfo('name'); }, 10, 1); yatra_get_header(); ?>