How do display alternate content if Chrome and OS X?
-
I have javascript on my homepage that does not run on Chrome in OS X and I’m looking to display alternate content. At the moment I have this code which displays alternate content if it’s Chrome on any OS, but the issue only happens on Chrome for OS X. Any ideas how to accomplish this?
<?php if(is_chrome()) : ?> Alternate Content. <?php else : ?> Normal Content. <?php endif; ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How do display alternate content if Chrome and OS X?’ is closed to new replies.