Is_firefox is not working
-
I use this
<?php if(is_firefox()) { $firefox = '<div class="firefox"> Hi User your Browser is Firefox '.get_browser_version().'</strong</div>'; echo $firefox; } ?>
in chrome and ie is working but in firefox it doesent.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Is_firefox is not working’ is closed to new replies.