Support » Plugins » Question for Plugin Developers

  • Resolved husar

    (@husar)


    I am writing a plugin and looking for some advice. A plugin I am writing is basically doing an add_filter on the_content and parsing out data and recreating the post content based on what it finds in the_content. Pretty basic stuff. The problem I am having is the plugin running fresh on each post. When only one post is showing that the add_filter runs on it all is good. But when I have more than one post that gets changed showing on in the blog via my plugin it only shows the olds post data. I hope that makes sense.

    I need some way to trigger my plugin to run on each post and not carry over any data. I am not sure if this makes sense or not.

  • The topic ‘Question for Plugin Developers’ is closed to new replies.