Remove reusable block actions in lieu of @wordpress/core-data methods #7011
Labels
[Feature] Synced Patterns
Related to synced patterns (formerly reusable blocks)
[Type] Task
Issues or PRs that have been broken down into an individual action to take
Milestone
We should be able to remove
fetchReusableBlocks()
,updateReusableBlocks()
, etc. and instead use the built-in@wordpress/core-data
methods e.g.getEntityRecord()
andupdateEntityRecord()
.This came up in #6067 and again in #6753 (comment).
Blocked on #7119.
The text was updated successfully, but these errors were encountered: