Does not run Filter on the_content
-
Hey,
I’m having trouble with SB Child Links because I have another plugin which plays with content, and tidies up itself with a filter on the_content, however SB Child Links is never applying the filters.
I’ve fixed this by adding this line:
$excerpt = apply_filters('the_excerpt', $excerpt);
to sb_child_list.php just before the
return
insb_cl_get_the_excerpt
around line124
—
Sami
- The topic ‘Does not run Filter on the_content’ is closed to new replies.