wp_render_elements_support
- %1$s is private and should not be used in themes or plugins directly.
- wp_render_elements_support is deprecated since version 6.6.0!
Alternative: wp_render_elements_class_name
wp_render_elements_support ( $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: 6.6.0
Description
Updates the block content with elements class names.