FIX: Wrong escape function used

This commit is contained in:
savvasha
2022-04-22 11:42:14 +03:00
parent 5e448c082e
commit acf7ffcc57

View File

@@ -70,7 +70,7 @@ class SP_Meta_Box_List_Data {
continue;}
?>
<th><label for="sp_columns_<?php echo esc_attr( $key ); ?>">
<?php echo esc_html( $label ); ?>
<?php echo wp_kses_post( $label ); ?>
</label></th>
<?php endforeach; ?>
</tr>