How to remove this filter?

时间:2012-06-06 作者:Jenny

我无法删除媒体标签插件添加的过滤器。最初是这样添加的:

add_filter( \'attachment_fields_to_edit\', \'mediatags_show_fields_to_edit\', 11, 2 );
我尝试通过以下方式删除它:

remove_filter( \'attachment_fields_to_edit\',\'mediatags_show_fields_to_edit\', 11, 2 );
我哪里做错了?如何删除此筛选器?

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

这取决于调用顺序。您确定remove_filteradd_filterattachment_fields_to_edit 是否调用筛选器?添加少量跟踪语句并验证。

结束

相关推荐

Search options/filters

我正在尝试向侧栏搜索框添加一些复选框选项,similar to this, 用户可以选择是否搜索All Words, Some Word, 或者Entire phrase.我确实在搜索后找到了这个-Wordpress Search Phrases. “句子”选项似乎很有效,但其他选项则不太好。下面的代码是我目前正在处理的,但如果能得到一些帮助使其正常工作,我将不胜感激。非常感谢S(我不想为此使用插件)。<form action=\"<?php bloginfo(\'home\'); ?>