_excerpt_render_inner_blocks
- %1$s is private and should not be used in themes or plugins directly.
_excerpt_render_inner_blocks ( $parsed_block, $allowed_blocks )
Access:Parameters:- (array) parsed_block The parsed block.
- (array) allowed_blocks The list of allowed inner blocks.
Returns:- (string) The rendered inner blocks.
Defined at: - Introduced in WordPress: 5.8.0
- Deprecated in WordPress: —
Description
Renders inner blocks from the allowed wrapper blocks
for generating an excerpt.