[is_not_vat]You are NOT under VAT (accept HTML)[/is_not_vat]
This shortcode displays content when the visitor is from a country that is not subject to Value-Added Tax (VAT).
Parameters
- default – (accepts: text) – Text to display if the visitor is from a VAT-enforced country (optional)
- exclude – (accepts: comma-separated text) – Hides the content for specified locations (continent, country, region, city)
- include – (accepts: comma-separated text) – Displays the content only for specified locations
- cache – (no value) – Enables AJAX-based caching. Automatically applied if caching is enabled in the plugin settings
Return
Displays the content only if the visitor’s country is not under VAT rules. Otherwise, shows the default
message (if set).
Examples
Show content for non-VAT countries:
[is_not_vat default="You are under VAT"]You are NOT under VAT[/is_not_vat]
Returns:
You are NOT under VAT