Cerberus Content Next
Saves content to a Draft Content Service and gives the possibility to push the content to live
by Dr Tapia · github.com/24hr-malmo/content-cerberus-wp-plugin · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/24hr-malmo/content-cerberus-wp-plugin/archive/refs/heads/main.zipFrom the readme
rawb-wp-draft-sync-plugin
The main plugin for our headless wp integration
Activating the UI
This plugin is not intended for regular admin users. It is only used by the developers to sync content from the draft to the live site. To activate the UI, you need to click in the bottom left corner of the wordpress sidebar. If you hover your mouse over the corner, you will see it turn orange. Click that area 10 times to reveal the tab for Cerberus.
Development
Run npm install to install all dependencies, then run make dev to start the development server.
Build
Run make prod to build the plugin for production. The build will be located in the js-dist folder.
When you run this command the make command will also commit and push the changes to the repo.
Add additional endpoints that should be synced:
In you theme, just add a filter:
Changelog
[2023-12-12] v0.16.5
Hide Cerberus plugin for normal users with activation mechanism
[2023-03-12] v0.15.4
Added support for auth token for all requests to the content service
[2020-03-03] v0.10.2
Fixed a double import in ajax/check-sync.php
Added filters for publish/unpublish and sync check in for live (used by SONY documentation service)
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.15.1-dupont | Feb 25, 2026 |
| v0.15.0-dupont | Feb 24, 2026 |
| v0.14.26-dupont | Feb 4, 2026 |
| v0.14.25-dupont | Aug 29, 2025 |
| v0.14.24-dupont | Jun 27, 2025 |
| v0.14.23-dupont | Jun 25, 2025 |
| v0.14.22-dupont | Jun 25, 2025 |
| v0.14.21-dupont | Jun 19, 2025 |
| v0.14.20-dupont | Jun 19, 2025 |
| v0.14.19-dupont | May 30, 2024 |
| v1.1.19 | Apr 5, 2024 |
| v1.1.16 | Mar 18, 2024 |
| v1.1.15 | Mar 13, 2024 |
| v0.14.18-dupont | Feb 19, 2024 |
| v1.1.13 | Feb 6, 2024 |
| v1.1.12 | Feb 5, 2024 |
| v1.1.11 | Feb 5, 2024 |
| v1.1.8 | Jan 29, 2024 |
| v1.1.6 | Jan 25, 2024 |
| v1.1.2 | Jan 17, 2024 |
| v1.1.1 | Jan 15, 2024 |
| v1.1.0 | Jan 9, 2024 |
| v0.14.17-dupont | Dec 18, 2023 |
| v0.16.18-atos | Dec 12, 2023 |
| v0.16.16-atos | Dec 12, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.