Skip to content

Instantly share code, notes, and snippets.

@DenisLeblanc
Created August 16, 2014 06:00
Show Gist options
  • Save DenisLeblanc/207e14de484f368c48d2 to your computer and use it in GitHub Desktop.
Save DenisLeblanc/207e14de484f368c48d2 to your computer and use it in GitHub Desktop.
Detect Mobile Visitors in WordPress
<?php
if( wp_is_mobile() ) {
} else {
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment