Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix retrieving autosaves when using a custom rest_namespace (#41542)
* Fix retrieving autosaves when using a custom rest_namespace When specifying `rest_namespace` in a custom post type, a hardcoded `wp/v2` in `getAutosaves` results in a 404 * linter fixes for rest namespace resolution in autosave resolver * try to fix autosave resolver and namespaces not present * update resolvers for autosaves endpoint * Fix prettier erro Co-authored-by: Jonny Harris <[email protected]> Co-authored-by: Jonny Harris <[email protected]> Co-authored-by: George Mamadashvili <[email protected]>
- Loading branch information