Make WordPress Core

Changes between Version 10 and Version 11 of Ticket #52920


Ignore:
Timestamp:
04/01/2021 10:52:10 AM (4 years ago)
Author:
gziolo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52920 – Description

    v10 v11  
    1 We are approaching the day where new screens with the block editor get included in WordPress core. It looks like there are several WordPress hooks defined on the server that depends on $post object that isn’t present on the edit site, edit widgets, or edit navigation screens. It feels like we should deprecate existing filters and create replacements that are going to be context-aware.
     1We are approaching the day where new screens with the block editor get included in WordPress core. It looks like there are several WordPress hooks defined on the server that depends on `$post` object that isn’t present on the edit site, edit widgets, or edit navigation screens. It feels like we should deprecate existing filters and create replacements that are going to be context-aware.
    22
    33Prior art in Gutenberg: https://github.com/WordPress/gutenberg/pull/28701.
     4
     5Required for https://github.com/WordPress/gutenberg/pull/29969 - new REST API endpoint for the editor settings.
    46
    57Changes included so far: