Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Posts Auto Expire Control

Leírás

The Post Auto Expire Control is a plugin for admin of multi-authors site/blog to control the posts expiration based on the user role and post type.

Plugin Features:

  • Define post expiration rules based on user roles and post type.
  • Define action that will be taken when the post has expired.
  • Sent notification to post’s author before the post is about to expire.
  • Configure the subject and content of the notification email.
  • Define when the notification mail should be sent.
  • Admin able to change the expiry date for a single post.

How to use:
* For more info on how to use this plugin, you can goto Here.

If you have any problems with current plugin, please leave a
message on Forums Posts.

Képernyőmentések

  • Post expiration rules table
  • Auto post expiration email notification control panel

Telepítés

  1. Upload posts-auto-expire-control folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Find Posts Auto Expire Control under Settings Menu

GYIK

How can I show the post expire date on the post?

You can use the shorcode „[apext-expire]” to display the expire date.

Does this plugin using cron job?

The plugin use wp_schedule_event() to run the cron. It will be fired daily.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Posts Auto Expire Control” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Posts Auto Expire Control” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

0.1

  • First version.

0.1.1

  • Fixed saving option redirect error.

0.1.2

  • Fixed email notification saving error.

0.1.3

  • Add filter and action hook in post expire function.