WPDev.one
Core Function
View Source on Trac ↗

wp_render_background_support()

wp_render_background_support( mixed $block_content, mixed $block )

Renders the background styles to the block wrapper.

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
6.4.0
Source File
wp-includes/block-supports/background.php
Advertisement