Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39965, comment 8


Ignore:
Timestamp:
07/26/2017 07:14:32 PM (7 years ago)
Author:
jnylen0
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39965, comment 8

    initial v1  
    33For 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
    44
    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.
     5Thanks 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.
    66
    77We could write a minimal endpoint to provide this functionality and ship it in Gutenberg first.