Chrome detection does not work
-
The chrome detection code doesn’t exist.
I tried this:
<?php if(wpmd_is_chrome_browser()){ ?> CHROMEfn <?php } ?> <?php if( do_shortcode('[chrome]')){ ?> CHROME shortcode <?php } ?> <?php if(wpmd_is_safari_browser() ){ ?> SAFARI <?php } ?>
And nothing was written in my page.
I went through the php code and there is a bunch of references to functions eg “isChrome()” that are not defined.
- The topic ‘Chrome detection does not work’ is closed to new replies.