Usage
-
Just a quick question on how to use this awesome plugin.
Are all the methods from the Mobile Detect PHP library available:
$detect->isMobile();
$detect->isTablet();
$detect->isIphone();
$detect->isSamsung();How do you include in a template file. obviously this won’t work:
require_once ‘Mobile_Detect.php’;
$detect = new Mobile_Detect;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Usage’ is closed to new replies.