Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119748

Mattias on "[Plugin: Advanced Browser Check] Names under the icons"

$
0
0

Hi,

I might add the option to show/hide the browsers name in the future, for now, you have to find your own solution.

An easy way to display the right name is to use a php if statment like the following:
<?php if($browser == 'ff') { echo 'Firefox'; } ?>


Viewing all articles
Browse latest Browse all 119748

Trending Articles