An open API service indexing awesome lists of open source software.

https://github.com/wordpress/revisions-extended


https://github.com/wordpress/revisions-extended

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Revisions Extended

A WordPress plugin, developed for WordPress.org, that enables revisions ("updates") of already-published posts to be scheduled for the future. It accomplishes this by extending WordPress Core's existing revisions system and introduces other post statuses (such as `future`) for the revision post type.

![An example of an update getting scheduled.](https://d.pr/i/aevqIz.gif)

[More information](https://make.wordpress.org/meta/tag/revisions-extended/)

## Development Setup

1. `npm install`
1. `npm run setup`
1. `npm run wp-env start`