[in_eu]

[in_eu]You are from the European Union (accept HTML)[/in_eu]

With this Geo Controller shortcode you can show or hide content for the visitor of European Union (EU).

Parameters

default – (accept: text) – This will be returned if EU shortcode not match (optional)

exclude – (accept: comma separated text) – this parameter gives to shortcode new functionality. If you wrap some content with shortcode and add this parameter with continent, country, region, city name or code, it will hide that content from that setup locations.

include – (accept: comma separated text) – this parameter gives to shortcode new functionality. If you wrap some content with shortcode and add this parameter with continent, country, region, city name or code, it will show that content from that setup locations.

cache – (no values) – This is single property with no values. It was used for the cache support that forcing AJAX requests to get proper geo information. This shortcode can be also automatically added if cache setting is enabled.

Return

This shortcodes display or hide EU messages on the your website.

Examples

Display EU message:

[in_eu default="You are NOT from the European Union"]You are from the European Union[/in_eu]

Returns: You are NOT from the European Union

Was this page helpful?