Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #59412


Ignore:
Timestamp:
09/20/2023 04:42:51 PM (12 months ago)
Author:
Bernhard Reiter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59412

    • Property Keywords has-patch has-unit-tests added
  • Ticket #59412 – Description

    initial v2  
    88  - Its function arguments are a reference to the current block, the parent block, and the next block.
    99
    10 Its usage is demonstrated in [https://github.com/WordPress/wordpress-develop/pull/5261 PR 5261]: The callback arguments are now sufficient to insert the serialized hooked blocks as strings, rather than via `insert_inner_block`, `prepend_inner block`, or `append_inner_block`. (The latter -- which have been introduced only recently, in  [56618] -- are thus going to be obsolete.)
     10Its usage is demonstrated in [https://github.com/WordPress/wordpress-develop/pull/5261 PR 5261]: The callback arguments are now sufficient to insert the serialized hooked blocks as strings, rather than via `insert_inner_block`, `prepend_inner_block`, or `append_inner_block`. (The latter -- which have been introduced only recently, in  [56618] -- are thus going to be obsolete.)