PDA

View Full Version : Which plugin hook before post is finally saved?


ThorstenA
06-24-2011, 12:55 AM
I am searching for a plugin hook right just before the post will be saved. Do you have any idea? Thanks!

HMBeaty
06-24-2011, 12:58 AM
I believe this is the one you're looking for...

postdata_presave

--------------- Added 1308880772 at 1308880772 ---------------

May also be.....

threadfpdata_presave

ThorstenA
06-24-2011, 02:38 PM
Thanks! But how can I manipulate the pagetext variable?

$this->fetch_field('pagetext', 'post')

and then how could I rewrite pagetext? Thanks!

Lynne
06-24-2011, 03:02 PM
$this->set('pagetext', $my_modified_pagetext);