Is there a filter or hook that is triggered just before post content is rendered?
What I’d like to do is to apply a filter to the text content of a post just before the post text is being rendered.
Is there a filter or hook that is triggered just before post content is rendered?
What I’d like to do is to apply a filter to the text content of a post just before the post text is being rendered.
You must be logged in to post a comment.
Can you not simply use
the_content
filter hook?