_excerpt_render_inner_columns_blocks
- %1$s is private and should not be used in themes or plugins directly.
- _excerpt_render_inner_columns_blocks is deprecated since version 5.8.0!
Alternative: _excerpt_render_inner_blocks()
_excerpt_render_inner_columns_blocks ( $columns, $allowed_blocks )
Access:Parameters:- (array) columns The parsed columns block.
- (array) allowed_blocks The list of allowed inner blocks.
See:Returns:- (string) The rendered inner blocks.
Defined at: - Introduced in WordPress: 5.2.0
- Deprecated in WordPress: 5.8.0
Description
Render inner blocks from the `core/columns` block for generating an excerpt.