Skip to content

Commit

Permalink
add use tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Sep 24, 2024
1 parent 3b0b731 commit 5792a18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5792a18

Please sign in to comment.