Title: process_retirements
Last modified: August 21, 2016

---

# process_retirements

 *  [marius.cucuruz](https://wordpress.org/support/users/mariuscucuruz/)
 * (@mariuscucuruz)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/process_retirements/)
 * We’re using FeedWordPress on a WP multi-site and ever since the upgrade to v3.5.1
   posts seem to randomly retire… There is no obvious pattern that I can identify
   as sometimes it’s just a couple of them other times loads more, sometimes at 
   night or during the day, and it will affect older entries as well as more recent
   ones.
 * We’re using WP multi-site and just one of the sub sites is experiencing this –
   the primary domain, if that matters at all. In the DB the `post_status` is changed
   to `fwpretired` (note: FWP) and thus they disappear from the front end.
 * I am pretty sure it’s the FeedWordPress plugin as I have found function `process_retirements()`
   in `wp-content/plugins/feedwordpress/syndicatedlink.class.php` that has the following
   line:
    `[line:361] set_post_field('post_status', 'fwpretired', $p->ID);` Not 
   quite sure what this function does exactly, but judging by the name I’d say is
   retires posts (duh!). But why is that?
 * There is also an `if` loop on line 292 –
    `if ('yes'==$this->setting('tombstones','
   tombstones', 'yes')) :` , that also seems to retire posts: `set_post_field('post_status','
   fwpretired', $p->ID);`.
 * What exactly is the point for these actions? Is it a bug or is it expected to
   work this way? Still, this does not have the desired result.
 * [http://wordpress.org/extend/plugins/feedwordpress/](http://wordpress.org/extend/plugins/feedwordpress/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [akae](https://wordpress.org/support/users/akae/)
 * (@akae)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/process_retirements/#post-3877511)
 * I have the same problem. Using bulk actions i send all retired post to the trash
   status, then i empty the trash box. Bulk actions works fine only when les than
   200 post are selected, tris means that if You have 2000 post on the retired status,
   You must perform 20 deleting actions.
    I want to find a way to full empty the
   retired status. I tried using some clean data bases plugins, but they don’t show
   the status retired.
 *  [Cecily](https://wordpress.org/support/users/cecilywiggins/)
 * (@cecilywiggins)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/process_retirements/#post-3877529)
 * [@akae](https://wordpress.org/support/users/akae/) this plugin creates a retired
   status, this isn’t a WordPress standard status. I am also interested how to control
   the retirement functionality…there is very little on the Internet regarding that
   part.
 *  [Postmatic](https://wordpress.org/support/users/vernal/)
 * (@vernal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/process_retirements/#post-3877541)
 * Ditto.. we are having pages randomly set to retired status… pages that weren’t
   created by FWP (we use it for posts only). Any progress on this?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘process_retirements’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/feedwordpress_a6a79a.svg)
 * [FeedWordPress](https://wordpress.org/plugins/feedwordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/feedwordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/feedwordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedwordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedwordpress/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [post_status](https://wordpress.org/support/topic-tag/post_status/)

 * 3 replies
 * 4 participants
 * Last reply from: [Postmatic](https://wordpress.org/support/users/vernal/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/process_retirements/#post-3877541)
 * Status: not resolved