wp_render_dimensions_support
- %1$s is private and should not be used in themes or plugins directly.
wp_render_dimensions_support ( $block_content, $block )
Access:Parameters:- (string) block_content Rendered block content.
- (array) block Block object.
Returns:- (string) Filtered block content.
Defined at: - Introduced in WordPress: 6.5.0
- Deprecated in WordPress: —
Description
Renders server-side dimensions styles to the block wrapper.This block support uses the `render_block` hook to ensure that
it is also applied to non-server-rendered blocks.