.ab-label – Country Output through Debug
-
Hi,
On earlier version of the plugin, there used to be a debug section on the header that specifically displays the detected country which used to be on (.ab-label)
We were using it to get the country and do some additional functionalities
var country = jQuery(‘.ab-label’)[1].innerHTML.substring(25);
if(!(country==’United States (US’)) {
}Is there a replacement/workaround to this with the recent versions?
Or if possible, request the earlier version of the plugin that does this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘.ab-label – Country Output through Debug’ is closed to new replies.