How should I be using filters and is_single together?
Question
I have a plugin that uses this filter to add some content to a Custom Post Type.
// From plugin:
add_filter( 'the_content', 'sixtenpresssermons_get_meta', 15 );
I'd like to remove that filter on certain views (singles).
I'd like to do so using code in my the
0
conditional-tags, filters
3 years
0 Answers
40 views