Premium blog – the_excerpt filter
-
Hello,
I am trying to apply the_excerpt filter for Premium Addons blog.
But somehow it is not applying.
add_filter("the_excerpt", "my_excerpt", 10); function my_excerpt($content) { $content .= 'My additional content here...'; return $content; }
Can you please help?
Thanks
Tejas
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Premium blog – the_excerpt filter’ is closed to new replies.