National Day for Truth and Reconciliation
Bank holiday for Truth & Reconciliation.
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');
Bank holiday for Truth & Reconciliation.