我正在尝试在标题中的移动设备上的 wordpress 上加载一个简单的 javascript 代码。
我试过插件和编码,但它似乎不在我的能力范围内,需要帮助:D
再见!
小智 6
function custom_load_scripts() {
// Load if not mobile
if ( ! wp_is_mobile() ) {
// Example script
wp_enqueue_script( 'script-name',get_template_directory_uri() . '/js/example.js', array (), '1.0.0', true );
}
}
add_action( 'wp_enqueue_scripts', 'custom_load_scripts' );
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2788 次 |
| 最近记录: |