Changes between Version 81 and Version 83 of Ticket #59313
- Timestamp:
- 09/20/2023 04:32:11 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59313 – Description
v81 v83 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 - #59412: Add post-block callback arg to `traverse_and_serialize_block(s)`, change signature. 44 45 - #59399: Implement `insert_hooked_blocks` (to insert all hooked blocks for a given anchor block). 45 46 - 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]).