https://github.com/26b/post-version
A WordPress Plugin to version your posts.
https://github.com/26b/post-version
Last synced: over 1 year ago
JSON representation
A WordPress Plugin to version your posts.
- Host: GitHub
- URL: https://github.com/26b/post-version
- Owner: 26B
- License: gpl-3.0
- Created: 2023-01-19T15:15:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T11:25:03.000Z (over 3 years ago)
- Last Synced: 2025-03-16T05:02:39.664Z (over 1 year ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Post Version
A WordPress Plugin to version your posts.
## Known Issues
- WP queries using `ids` and `id=>parent` fields are not automatically converted to their latest version due lack of `posts_results` or `the_posts` filters. Results are converted on `all` fields, unless the `post_version_hide_unreleased` returns false.