wp_restore_group_inner_container
- %1$s is private and should not be used in themes or plugins directly.
wp_restore_group_inner_container ( $block_content, $block )
Access:Parameters:- (string) block_content Rendered block content.
- (array) block Block object.
Returns:- (string) Filtered block content.
Defined at:Change Log: - Introduced in WordPress: 5.8.0
- Deprecated in WordPress: —
Description
For themes without theme.json file, make sure
to restore the inner div for the group block
to avoid breaking styles relying on that div.