Still not working in IE 11.0.9600 Win 8.1
if (is_ie()) {
echo ‘Internet Explorer’;
} else {
echo ‘Not IE’;
}
I can change the browser mode using the dev tools, and it will echo out “Internet Explorer”, but in default mode it fails the test.
Using 2.2.3
Thanks