[is_proxy]

[is_proxy]Proxy connection[/is_proxy]

With this Geo Controller shortcode you can show or hide PROXY connection informations on the your website.

IMPORTANT TO KNOW: Certain VPN services have much stronger proxy protection and can hide their proxy connection, but in most cases it is detected.

Parameters

default – (accept: text) – This will be returned if proxy 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 shortcode display or hide PROXY messages or content on the your website.

Examples

Display proxy message:

[is_proxy default="No proxy"]Proxy connection[/is_proxy]

Returns: Proxy connection

Was this page helpful?