如何找到样式表和Java脚本句柄? 时间:2019-04-29 作者:jade newport 我是php新手,正在学习基础知识。我正在退出一些样式表&;WordPress中使用以下代码的脚本:function dequeue_scripts() { wp_dequeue_script( \'handle\' ); } add_action( \'wp_print_scripts\', \'dequeue_scripts\' ); 我的问题是如何知道脚本/样式表的句柄名称是什么?我在哪里可以找到它?非常感谢您的帮助!!:) 1 个回复 SO网友:MikeNGarrett WordPress provides a list of the scripts they enqueue in the Codex. 这是一个很好的开始。查看此问题以获得更完整的答案:How can I get a list of all enqueued scripts and styles? 文章导航