Make WordPress Core

Changes between Version 1 and Version 3 of Ticket #59385


Ignore:
Timestamp:
09/19/2023 12:21:03 PM (2 years ago)
Author:
Bernhard Reiter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59385

    • Property Summary changed from Blocks: Implement `insert_hooked_block(s)` to Blocks: Implement block insertion functions
  • Ticket #59385 – Description

    v1 v3  
    1 For #59313, we need to implement functions to insert a given parsed block into another parsed block's inner blocks, and to prepend and prepend to that array, respectively.
     1For #59313, we need to implement functions to insert a given parsed block into another parsed block's inner blocks, and to prepend and append to that array, respectively.
    22
    33We will use those functions in combination with `traverse_and_serialize_blocks`' (see #59327) to implement automatic insertion of hooked blocks into block templates and patterns.