add_action(‘woocommerce_before_cart’, function() {
// Get the shipping country, fall back to billing country if not set
$shipping_country = WC()->customer->get_shipping_country();
if ($shipping_country === ‘CA’) {
echo ‘
Disclaimer: This message is for Canadian orders only.