删除由注释生成的Java脚本

时间:2011-12-09 作者:corymathews

在我正在处理的主题中,注释表单(通常都是注释表单)将javascript添加到标题中。

<script type=\'text/javascript\' src=\'http://[URL]wp-includes/js/l10n.js?ver=20101110\'></script>
<script type=\'text/javascript\' src=\'http://[URL]/wp-includes/js/comment-reply.js?ver=20090102\'></script>
当我禁用javascript时,我仍然可以添加注释,并且注释表单仍然有效。因此,我希望从标题中删除这些内容。

我找不到任何关于如何这样做的文档,所以How can I remove these?

1 个回复
最合适的回答,由SO网友:Joshua Abenazer 整理而成

您可以按以下方式删除脚本。

function custom_remove_scripts() {
    wp_dequeue_script(\'comment-reply\');
}
add_action( \'wp_enqueue_scripts\', \'custom_remove_scripts\' );

结束

相关推荐

Overflow and Comments

转到此链接并单击子标题中显示“2条评论”的位置:http://themeforward.com/demo2/2011/01/17/lobortis-tellus-diam/When the link that brings the user to the comments is clicked it doesn\'t just scroll users down the page, it brings them to what APPEARS TO BE a separate page (even tho