Remove yarpp from the_content or the_excerpt
-
Hi,
I’m writing a small plugin with a custom query of my posts.But when I do it like this:
while ( $the_query->have_posts() ) {$the_query->the_post();
$output = the_content(); // or the_excerpt()}
Yarpp links are added to my content.
How can I remove Yarpp from content in this case? I looked for filters but couldn’t find one.
Thank you
Stefan
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove yarpp from the_content or the_excerpt’ is closed to new replies.