[wp-hackers] Save/edit hooks

Mark Jaquith mark.wordpress at txfx.net
Tue Oct 12 21:19:12 UTC 2004


m at tidakada.com wrote:

>There used to be an idea floating around on IRC or an ML: storing the rendered
>html alongside the raw content in the posts table.
>
>While I don't think we could foresee all filters that are going to be applied at
>display time, I think we could do this with filters that are applied using the
>posting interface.
>
Actually, we CAN foresee what filters are going to be used at display time.

|$rendered = apply_filters('the_content', $post_text);

|The only difficulty is plugins that are different every time, like 
google hilite, but there are ways around that.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/hackers_wordpress.org/attachments/20041012/b5bf52d5/attachment.htm


More information about the hackers mailing list