wp-safe-edit
wp-safe-edit copied to clipboard
ARCHIVED: Safely edit published posts behind the scenes without affecting the live site.
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...
### Is your enhancement related to a problem? Please describe. **Is your enhancement related to a problem? Please describe.** **Describe the solution you'd like** - [ ] test WP New...
**WIP** — Creating this just as a handle to link to for now; will update with more information as able. Project context: https://tenup.teamwork.com/#/tasks/18634620 ### Description of the Change ### Alternate...
I see that we have a method called `get_meta_keys_to_exclude` can we add a filter to this so that we can include additional meta keys to exclude from the merge? It...
Could we add a filter to the `copy_post_terms` method so we can exclude specific taxonomies from getting copied back and forth?
There doesn't seem to be a way to submit a forked post for review in the classic editor. Steps to reproduce: 1. As an author, create a post. 2. As...
To test: 1. Enable Gutenberg 2. Create a draft revision of a published post 3. Make a quick change and publish the draft revision before autosave runs. 4. Verify the...
Need to update/consolidate the asset build scripts. Grunt is used for some assets while yarn/webpack is used to call the scripts in package.json for Gutenberg.