Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49406


Ignore:
Timestamp:
02/11/2020 03:10:33 PM (4 years ago)
Author:
kadamwhite
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49406 – Description

    initial v1  
    44
    55The way that we're able to surface metadata to the API is by explicitly registering it using `register_post_meta` (and related functions). In #49037 therefore, @spacedmonkey [https://core.trac.wordpress.org/timeline?from=2020-01-17T19%3A18%3A10Z&precision=second proposed] introducing a new `register_theme_support` method which core & third-party themes can use to describe the details of their features. This method could be used by plugins to describe the theme features they introduce, and the values used in that registration could then be used to safely populate theme support details in this endpoint.
     6
     7[https://wordpress.slack.com/archives/C02RQC26G/p1581433103206000 Discussed in Slack on 2020-02-11]