WPDev.one
Core Function
View Source on Trac ↗

wp_render_elements_support()

wp_render_elements_support( mixed $block_content, mixed $block )

Updates the block content with elements class names.

Parameters 2 required

Name / Type Description
$block_content
string

Rendered block content.

Required
$block
array

Block object.

Required

Return Value

(string)
Filtered block content.

Function Information

Since Version
5.8.0
Source File
wp-includes/deprecated.php
Advertisement