wp-customize-snapshots
wp-customize-snapshots copied to clipboard
Customize Snapshots WordPress Plugin
If a subset of changes from a snapshot need to be isolated into a separate snapshot, such as scheduling out a subset of settings ahead of other settings being applied,...
Before a snapshot is published (before its settings are saved), we should store the non-previewed values for the settings that are being overridden. These can be stored in the snapshot's...
Instead of presenting two buttons one of which (publish) could have disastrous results on a live site, could we instead have a toggle that let's you switch between snapshot and...
If two users edit the same snapshot, there is currently the real possibility that users will override each other's changes. There needs to be concurrency support for snapshots. When this...
1. Create a new post via Customize Posts, giving it a `publish` status, but do not Publish 2. Click Save. 3. Make a request to via the REST API for...
Example: https://github.com/xwp/stream/blob/1a32d57837011dfec73df634960c4260fd649143/readme.txt#L14