wp_global_styles_render_svg_filters
- wp_global_styles_render_svg_filters is deprecated since version 6.3.0!
Alternative: SVG
wp_global_styles_render_svg_filters ( No parameters )
- Introduced in WordPress: 5.9.1
- Deprecated in WordPress: 6.3.0
Description
Renders the SVG filters supplied by theme.json.Note that this doesn't render the per-block user-defined
filters which are handled by wp_render_duotone_support,
but it should be rendered before the filtered content
in the body to satisfy Safari's rendering quirks.