Changes between Version 75 and Version 81 of Ticket #59313
- Timestamp:
- 09/19/2023 06:47:30 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59313 – Description
v75 v81 42 42 - We probably want to [https://github.com/WordPress/wordpress-develop/pull/5158/files#r1326013492 cache] this. 43 43 - #59385: Implement block insertion functions. 44 - Implement `insert_hooked_blocks` (to insert all hooked blocks for a given anchor block).44 - #59399: Implement `insert_hooked_blocks` (to insert all hooked blocks for a given anchor block). 45 45 - Call the latter alongside `_inject_theme_attribute_in_template_part_block` in a newly written visitor function that's passed as `$callback` to `serialize_blocks` ([https://github.com/WordPress/wordpress-develop/pull/5158/commits/c897d86393c2b434421894a776c6e2b75209a186 see]). 46 46 - Apply automatic insertion of hooked blocks to block patterns (see [https://github.com/WordPress/wordpress-develop/pull/5158/commits/600e55de0513c27e1625f87f3a23435f8d8e0a03 here] and [https://github.com/WordPress/wordpress-develop/pull/5158/commits/b1a82fe1177a4a8bf253db2aa42250b5f7025536 here]).