Make WordPress Core

Changes between Version 81 and Version 83 of Ticket #59313


Ignore:
Timestamp:
09/20/2023 04:32:11 PM (16 months ago)
Author:
Bernhard Reiter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59313 – Description

    v81 v83  
    4242  - We probably want to [https://github.com/WordPress/wordpress-develop/pull/5158/files#r1326013492 cache] this.
    4343- #59385: Implement block insertion functions.
     44- #59412: Add post-block callback arg to `traverse_and_serialize_block(s)`, change signature.
    4445- #59399: Implement `insert_hooked_blocks` (to insert all hooked blocks for a given anchor block).
    4546- 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]).