Forums

Is the_content filter hook not in WP 2.7? (1 post)

  1. Elio Rivero
    Member
    Posted 3 years ago #

    Hi there, I'm coding a plugin to create a stylized cite from a blockquote, and I'm hooking its function to

    add_filter('the_content', 'createCite');

    I'm modifying the query from the database using posts_where and posts_join, does it has something to do? I don't think so, since the_content is called in the last second before displaying the content.

Topic Closed

This topic has been closed to new replies.

About this Topic