Beyond Mortgage Financing! Our primary goal at NXT Financial is to help homeowners get the best mortgage rates & terms.
function disable_cache_on_homepage() { if (is_front_page()) { header("Cache-Control: no-cache, no-store, must-revalidate"); header("Pragma: no-cache"); header("Expires: 0"); } } add_action('send_headers', 'disable_cache_on_homepage');