Changes between Version 10 and Version 11 of Ticket #52920
- Timestamp:
- 04/01/2021 10:52:10 AM (4 years ago)
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 $postobject 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.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. 2 2 3 3 Prior art in Gutenberg: https://github.com/WordPress/gutenberg/pull/28701. 4 5 Required for https://github.com/WordPress/gutenberg/pull/29969 - new REST API endpoint for the editor settings. 4 6 5 7 Changes included so far: