John Blackbourn
John Blackbourn
* `/wp-json/oembed/1.0` * `/wp-json/oembed/1.0/embed` * `/wp-json/oembed/1.0/proxy`
* `/wp-json/batch/v1`
When a request is sent to `/wp-json` without a route
Need to add a scheduled GitHub action workflow that periodically (eg once a day) runs the tests against WordPress nightly. This will allow changes in core to be detected. Example:...
Quite a few properties are typed but they're actually optional and default to `null`. Need to check them all.
`/wp/v2/[posts|pages]//autosaves`
* `/wp/v2/plugins`
* `/wp/v2/themes`
The `wp theme mod get --all` command formats its output in a clever way (this is the first time I've seen this particular formatting, I'm not sure if it's used...
Theme mods are stored as a serialized option specific to each theme. It should be possible to allow management of the theme mods of themes that aren't active. For example,...