Skip to content

Instantly share code, notes, and snippets.

View skylarkcob's full-sized avatar

Cuong Dinh Lai skylarkcob

View GitHub Profile
@skylarkcob
skylarkcob / Mobile Detect sample
Created December 16, 2013 23:44
Mobile Detect sample
// Include and instantiate the class.
require_once 'Mobile_Detect.php';
$detect = new Mobile_Detect;
// Any mobile device (phones or tablets).
if ( $detect->isMobile() ) {
}
// Any tablet device.