Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#44180 closed enhancement (wontfix)

REST API: Expose 'preview_link' for viewable post types

Reported by: danielbachhuber Owned by:
Priority: normal Milestone:
Component: Posts, Post Types Version:
Severity: normal Keywords:
Cc: Focuses: rest-api

Description

To ensure clients have the correct "Preview" link to display, we should expose the post's preview_link through the REST API.

This value is generated by get_preview_post_link() which is filterable and thus subject to modification by third-party code.

From https://github.com/WordPress/gutenberg/issues/4555

Attachments (1)

44180.1.diff (4.8 KB ) - added by danielbachhuber 8 years ago.

Download all attachments as: .zip

Change History (2)

#1 @danielbachhuber
8 years ago

  • Keywords has-patch needs-unit-tests removed
  • Milestone 5.0
  • Resolutionwontfix
  • Status newclosed

Closing in favor of #43316

In the Gutenberg implementation, including preview_link on the autosaves controller was sufficient for our needs.

Note: See TracTickets for help on using tickets.