<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: save_post and revisions</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: save_post and revisions</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 12:00:25 +0000</pubDate>

<item>
<title>elfin on "save_post and revisions"</title>
<link>http://wordpress.org/support/topic/252499#post-1014382</link>
<pubDate>Fri, 13 Mar 2009 12:27:16 +0000</pubDate>
<dc:creator>elfin</dc:creator>
<guid isPermaLink="false">1014382@http://wordpress.org/support/</guid>
<description>&#60;p&#62;In my plugin I have added custom fields to post and page edit. I am storing some data in a table,  not postmeta. I do this by adding an action to save_post.&#60;br /&#62;
add_action('save_post', 'eshop_save_postdata');&#60;/p&#62;
&#60;p&#62;If I want to stop data being stored for post revisions what is the best method to accomplish this?&#60;br /&#62;
What impact would there be if I used:&#60;br /&#62;
remove_action( 'pre_post_update', 'wp_save_post_revision' );&#60;/p&#62;
&#60;p&#62;and where would be the best place to use that so it didn't interfere elsewhere?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
