Changes between Initial Version and Version 1 of Ticket #39965, comment 8
- Timestamp:
- 07/26/2017 07:14:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39965, comment 8
initial v1 3 3 For reference, here is the code that currently drives this Ajax action: https://core.trac.wordpress.org/browser/tags/4.8/src/wp-includes/class-wp-editor.php#L1558 4 4 5 Thanks for explaining your concerns; I agree this isn't the best fit for the existing `wp/v2 endpoints. However, shifting the responsibility to the client to batch requests isn't a great solution either.5 Thanks for explaining your concerns; I agree this isn't the best fit for the existing `wp/v2` endpoints. However, shifting the responsibility to the client to batch requests isn't a great solution either, and this feature request has come up several times in other contexts, though I don't have a link at the moment. 6 6 7 7 We could write a minimal endpoint to provide this functionality and ship it in Gutenberg first.