my wordpress instalation have a plugin that "probably" use wp_insert_post() to send content to database.
works great.
but sometime when i edit the POST with the tinyMCE editor, the editor do the some magic! and my content are mutch more clean.
so, i need some advice. I dont whant:
1- Click the edit Post 2- click the Visual on tinymce 3- Click Update
i whant:
1- wp_insert_post() get 'the_content' and filter it like tinyMCE do.
Thank you :) i will wait some good reply from all of you :)