标签: wordpress wordpress-plugin
如果用户来自移动设备,我想要包含indexmob.php。我也试过
<?php if ( wp_is_mobile() ) { include 'indexmob.php'; } else { include 'indexpc.php'; } ?>
但它只检测移动设备,它只显示indexpc.php
我应该做些什么改变?
答案 0 :(得分:0)
发现很少。 This is from github Mobile-detector
更新: Mobile detecting plugin