Skip to content

WordPress plugin for create new post status "offline" and add WP Cron task to change post status when the expiration date has passed

Notifications You must be signed in to change notification settings

herewithme/bea-post-offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEA Post Offline

Create new post status "offline" and add WP Cron task to change post status when the expiration date has passed

Description

This plugin allow :

* Create new post status "offline" 
* Set an expiration date for each post/page (extensible with hook)
* Set a WP Cron task to change post status when the expiration date has passed

No custom UI, less code as possible, no notices. Write with WP_DEBUG to true.

Installation

  1. Download, unzip and upload to your WordPress plugins directory
  2. Activate the plugin within you WordPress Administration Backend
  3. Write content and set expiration date

Changelog

  • Version 1.1 :
    • Check compatibility for WP > 4.9
    • Some minor improvements in code (code standards)
  • Version 1.0.3 :
    • Style and code for WP 3.8 >
  • Version 1.0.2 :
    • Add compiled JS/CSS
    • Fix bug on JS with latest comma and IE
    • Add pot translation file and french translation
    • Fix bug with JS on new content page (auto-draft)
  • Version 1.0.1 :
    • Fix version number JS/CSS
    • Move test for test post_type before PHP logic
    • Add readme
  • Version 1.0.0 :
    • First version stable

About

WordPress plugin for create new post status "offline" and add WP Cron task to change post status when the expiration date has passed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages