function wp_render_duotone_support( $block_content,
$block ) { _deprecated_function( __FUNCTION__, '6.3.0', 'WP_Duotone::render_duotone_support()'
);
$wp_block =
new WP_Block( $block );
return WP_Duotone::
render_duotone_support( $block_content,
$block,
$wp_block );
}/**
* Returns a string containing the SVGs to be referenced as filters (duotone).
*
* @since 5.9.1
* @deprecated 6.3.0 SVG generation is handled on a per-block basis in block supports.
*
* @return string
*/
function wp_get_global_styles_svg_filters() {