Hook add filter to the content and exclude posts from a certain category
-
Hi,
I am adding a filter to the content with my plugin, which adds a link to certain keywords.
Now I want to exclude certain posts which are in a particular category.
In other ways, only apply the filter to posts which are not in that category. Anybody knows if this is possible?
function filter_content() { //content stuff here } add_filter('the_content', 'filter_content', 999);
thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hook add filter to the content and exclude posts from a certain category’ is closed to new replies.