Skip to content

Commit

Permalink
fix (kses): add use tag (#3323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae authored Sep 27, 2024
1 parent 0db61e2 commit 74393ba
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 @@ -83,6 +83,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 74393ba

Please sign in to comment.