extract_serialized_parent_block
- %1$s is private and should not be used in themes or plugins directly.
extract_serialized_parent_block ( $serialized_block )
Access:Parameters:- (string) serialized_block The serialized markup of a block and its inner blocks.
See:Returns:- (string) The serialized markup of the wrapper block.
Defined at: - Introduced in WordPress: 6.7.0
- Deprecated in WordPress: —
Description
Accepts the serialized markup of a block and its inner blocks, and returns serialized markup of the wrapper block.