How to disable snippet for mobile or other non-desktop?
-
I am trying to make the snippet below kick in when it’s not a mobile device using “wp_is_mobile” but I keep failing making it work.
Please advice?
function nsplayer() { ?> /*MY HTML CODE*/ <?php } add_action( 'wp_footer', 'nsplayer', 10 );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to disable snippet for mobile or other non-desktop?’ is closed to new replies.