https://github.com/wordpress/revisions-extended
https://github.com/wordpress/revisions-extended
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wordpress/revisions-extended
- Owner: WordPress
- Created: 2021-01-06T01:20:30.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2024-04-22T02:44:58.000Z (about 2 years ago)
- Last Synced: 2025-01-29T08:11:19.123Z (over 1 year ago)
- Language: PHP
- Size: 1.63 MB
- Stars: 71
- Watchers: 11
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.

[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`