Plugin info

Total downloads: 35,517
Active installs: 2,000
Total reviews: 14
Average rating: 3.3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 6 language(s)
Contributors: 1
Last updated: 11/2/2020 (1884 days ago)
Added to WordPress: 8/16/2016 (9 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 5.5.17
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1884 days ago • 14 reviews

24/100

Is WP Post Expires abandoned?

Possibly abandoned (last update 1884 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 5.5.17
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

A simple plugin that allows to set the date for the posts, after which will be performed one of 3 actions: “Add prefix to title”, “Move to drafts”, “Move to trash”.

Features:

  • Set post expire date and time
  • Support custom post type (post and pages by default)
  • Action for expired posts: move to drafts, move to trash or add custom prefix for title
  • Adds class “post-expired” to post that expired on the site and in admin interface (for custom styles in theme)

Use in theme:

XNPostExpires::isExpired($post_id)

XNPostExpires::dateExpiration($post_id, $date_format)

Installation

  1. Copy to plugins folder (/wp-content/plugins)

  2. Activate plugin from plugins page in admin interface

  3. Use the Settings->Reading Name screen to configure the plugin

Frequently Asked Questions

No FAQ available

Review feed

douglaskarr
1/15/2017

Broke Admin

I haven't tried to debug what's wrong, but as soon as I installed the plugin I was unable to see the editor icons nor actually click on the "edit" to change the publishing date or the expiration date. This is a fantastic plugin idea, hope to see it fully functional.

Screenshots

  1. Select date and time in post

    Select date and time in post

  2. Add personal prefix for any post

    Add personal prefix for any post

  3. Default settings

    Default settings

Changelog

1.2.5

fix bug loop expire. Tnx @d79 (https://github.com/d79)
versiob wp 5.5.3

1.2.4

fix bugs classic editor/gutenberg js, tnx @micahjsharp

1.2.3

add status in post state
change logic for draft and trash, tnx @micahjsharp
use local wp timezone

1.2.2

support classic editor on wp 5.0+

1.2.1

Small fixes:
https://wordpress.org/support/topic/fatal-error-3074/ ( tnx @marknopfler )
https://wordpress.org/support/topic/fix-js-and-php-error/ ( tnx @lastant )

1.2

use DateTime Picker jQuery-ui
refactoring

1.1

conflicts resolved
fix datetime picker
update datetime picker

1.0.3

small fixes
add Italian translation (tnx, Paolo Centomani)

1.0.2

fix notice and accessing static property

1.0.1

fixed translation

1.0

init1 – Mr. Robot