Skip to content

Instantly share code, notes, and snippets.

@muskie9
Created November 25, 2014 17:37
Show Gist options
  • Save muskie9/5de953c812da8c78ba7d to your computer and use it in GitHub Desktop.
Save muskie9/5de953c812da8c78ba7d to your computer and use it in GitHub Desktop.
$detector = new Mobile_Detect;
if(!$detector->isMobile() && !$detector->isTablet()){
//requirements here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment