Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Genesis 框架,静态页面,仅在主页上使用 Soliloquy 滑块。我们希望阻止滑块在移动设备上加载以减少加载时间。
有什么办法吗?基本上我需要知道如何在检测到移动设备时禁用一些 PHP。
<?php if ( !wp_is_mobile() ) { /* Show Slider here */ } ?
参考这里Wp 是移动的