/ Published in: PHP
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
include('mobile_device_detect.php'); $mobile = mobile_device_detect(); if ($mobile==true) { // Edit this URL to point to the location you'd like to redirect to }
URL: http://webdesignledger.com/tips/13-useful-code-snippets-for-wordpress-development