diff --git a/src/kses.php b/src/kses.php index 511a3217c..859324550 100644 --- a/src/kses.php +++ b/src/kses.php @@ -78,6 +78,9 @@ function stackable_allow_wp_kses_allowed_html( $tags, $context ) { $tags['clippath'] = array(); $tags['filter'] = array(); $tags['g'] = array(); + $tags['use'] = array( + 'xlink:href' => true, + ); $tags['text'] = array( 'font-size' => true, 'font-family' => true,