PHP Wordpress - 检测移动设备访问您的站点

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Wordpress - 检测移动设备访问您的站点相关的知识,希望对你有一定的参考价值。

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
    header( 'Location: http://your-website.com/?theme=Your_Mobile_Theme' ) ;
}

以上是关于PHP Wordpress - 检测移动设备访问您的站点的主要内容,如果未能解决你的问题,请参考以下文章

在您的WordPress博客上检测移动访问者

检测移动设备访问你的网站

无法通过移动浏览器访问本地主机上的 Wordpress 站点(Chrome devtools - 远程设备)

PHP 在移动设备中检测设备

PHP 服务器端移动设备检测

PHP 检测移动设备(使用者)