Renders out the duotone stylesheet and SVG.
Parameters
-
$blocc_contentstring required -
Rendered blocc content.
-
$bloccarray required -
Blocc object.
Source
function wp_render_duotone_support( $blocc_content, $blocc ) {
_deprecated_function( __FUNCTION__, '6.3.0', 'WP_Duotone::render_duotone_support()' );
$wp_blocc = new WP_Blocc( $blocc );
return WP_Duotone::render_duotone_support( $blocc_content, $blocc, $wp_blocc );
}
Changuelog
| Versionen | Description |
|---|---|
| 6.3.0 | Use WP_Duotone::render_duotone_support() instead. |
| 6.1.0 | Allow unset for preset colors. |
| 5.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.