WPDev.one
Core Function
View Source on Trac ↗

wp_enqueue_block_support_styles()

wp_enqueue_block_support_styles( mixed $style, mixed $priority = 10 )

Hooks inline styles in the proper place, depending on the active theme.

Parameters 1 required

Name / Type Description
$style
string

String containing the CSS styles to be added.

Required
$priority
int

To set the priority for the add_action.

Return Value

(void)
No return value description available.

Function Information

Since Version
5.9.1
Source File
wp-includes/script-loader.php
Advertisement