Fix player selector dropdown

This commit is contained in:
Brian Miyaji
2021-11-17 11:56:54 +09:00
parent e4b1272413
commit 9915630841

View File

@@ -80,7 +80,7 @@ if ( sizeof( $options ) > 1 ) :
?>
<div class="sp-template sp-template-player-selector sp-template-profile-selector">
<select class="sp-profile-selector sp-player-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