Opened 3 years ago
Closed 3 years ago
#8465 closed task (fixed)
Anticipate 2 block related filters deprecation in WP 5.8
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 8.0.0 | Priority: | normal |
Severity: | normal | Version: | 6.0.0 |
Component: | REST API | Keywords: | needs-patch |
Cc: |
Description
WordPress 5.8 is scheduled to July 2021, it's one month later than the date we planned to release 8.0.0.
In WP 5.8, the block_categories
& block_editor_settings
are deprecated. I suggest to anticipate it using the attached patch.
Attachments (1)
Change History (4)
#2
@
3 years ago
- Keywords needs-patch added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
Ouch!
While running a last round of test after packaging the 8.0.0-beta2, I noticed the block_categories_all
filter has not the same argument types than the deprecated one. There's some extra work to do there to make sure the BuddyPress block category will be registered in WP 5.8
In 12944: