Skip to content

Commit

Permalink
= 4.2.6.6 =
Browse files Browse the repository at this point in the history
~ Fixed: security
  • Loading branch information
tungnxt89 committed May 2, 2024
1 parent e792d95 commit de51000
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ protected function render() {
}
?>
<li class="item-instructor">
<?php echo $singleInstructorTemplate->render_data( $instructor, html_entity_decode( $item_layout['layout_html'] ) ); ?>
<?php echo $singleInstructorTemplate->render_data(
$instructor,
wp_kses_post( html_entity_decode( $item_layout['layout_html'] ) )
); ?>
</li>
<?php
}
Expand Down

0 comments on commit de51000

Please sign in to comment.