Make WordPress Core

Changes between Version 75 and Version 81 of Ticket #59313


Ignore:
Timestamp:
09/19/2023 06:47:30 PM (20 months ago)
Author:
Bernhard Reiter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59313 – Description

    v75 v81  
    4242  - We probably want to [https://github.com/WordPress/wordpress-develop/pull/5158/files#r1326013492 cache] this.
    4343- #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).
    4545- 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]).
    4646- 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]).