[Plugin: PHP Browser Detection] Firefox and More does not detected
-
I have insert this code in my theme:
<?php if ( is_firefox($version) ) {
$firefox = ‘<div class=”firefox”>
Hi User your Browser is Firefox ‘.get_browser_version().'</strong</div>’;echo $firefox;
};
firefox, IE, and other not work, but only work with google chrome why??
?>
<?php if ( is_chrome($version) ) {
$chrome = ‘<div class=”chrome”>
Hi User your Browser is Chrome ‘.get_browser_version().'</strong</div>’;echo $chrome;
};
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: PHP Browser Detection] Firefox and More does not detected’ is closed to new replies.