Changes between Initial Version and Version 2 of Ticket #59412
- Timestamp:
- 09/20/2023 04:42:51 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59412
- Property Keywords has-patch has-unit-tests added
-
Ticket #59412 – Description
initial v2 8 8 - Its function arguments are a reference to the current block, the parent block, and the next block. 9 9 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 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.)