Escape outputs

This commit is contained in:
Brian Miyaji
2021-11-13 20:42:08 +09:00
parent 051d3e3055
commit 23ba2446b1
190 changed files with 2837 additions and 2837 deletions

View File

@@ -24,6 +24,6 @@ if ( $title ) {
$title = '<strong class="sp-staff-role">' . $role->name . '</strong> ' . $title;
}
?>
<h3 class="sp-staff-name"><?php echo $title; ?></h3>
<h3 class="sp-staff-name"><?php echo wp_kses_post( $title ); ?></h3>
<?php
}