Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39696, comment 30


Ignore:
Timestamp:
02/28/2017 01:33:37 AM (8 years ago)
Author:
rheinardkorf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39696, comment 30

    initial v1  
    66> Also worth noting: the value of this parameter needs to be a filter on things that are embeddable (i.e. an intersection of embeddable and the `_embed` value), and we need to be careful not to try and embed things that don't have the embeddable flag set to true.
    77
    8 The patch as it is will only filter "out" that which is already marked as embeddable. You are not able to embed any other resources.
     8The patch as it is will only filter "out" that which is already marked as embeddable and not supplied in the query. You are not able to embed any other resources.