Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #59385


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59385 – Description

    v3 v4  
    11For #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
    3 We 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.
     3We 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.