Fix staff selector dropdown

This commit is contained in:
Brian Miyaji
2021-11-17 11:57:01 +09:00
parent 9915630841
commit 092e33dfb8

View File

@@ -72,7 +72,7 @@ if ( sizeof( $options ) > 1 ) :
?>
<div class="sp-template sp-template-staff-selector sp-template-profile-selector">
<select class="sp-profile-selector sp-staff-selector sp-selector-redirect">
<?php echo wp_kses_post( implode( $options ) ); ?>
<?php echo wp_kses( implode( $options ), array( 'option' => array( 'value' => array(), 'selected' => array() ) ) ); ?>
</select>
</div>
<?php