[wp-hackers] "content_filtered_save_pre" filter?

Ryan Boren ryan at boren.nu
Sun Sep 9 05:36:20 GMT 2007


On 9/8/07, Viper007Bond <viper at viper007bond.com> wrote:
> I wrote a post and added
>
> add_filter( 'pre_post_content_filtered', 'var_dump' );
>
> to my plugin and after hitting publish, it outputted
>
> string(0) ""
>
> and then a cannot modify headers warning (expected).
>
> Ugh.

WP does nothing with that field by default.  Unless you're putting
stuff in it, it should be blank.

Ryan


More information about the wp-hackers mailing list