Remove CommentsInterceptor Filter
-
Hi,
Due to a custom comment plugin I’m using, Press Permit Core’s ‘CommentsInterceptor’ filter is a total show-stopper.I would like to remove this filter, although I’ve been unable to do it so far.
This is the filter I would like to remove.
add_filter( 'comments_clauses', array( 'CommentsInterceptor', 'flt_comments_clauses' ), 10, 2 );For instance, adding this line doesn’t do anything :
remove_filter( 'comments_clauses', array( 'CommentsInterceptor', 'flt_comments_clauses' ), 11, 2 );Any help would be appreciated.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Remove CommentsInterceptor Filter’ is closed to new replies.