- small wpcs fix

This commit is contained in:
ashubawork
2024-01-17 13:40:53 +02:00
parent 9e61abfa7a
commit 7ce364f874
+2 -1
View File
@@ -57,7 +57,8 @@ if ( ! defined( 'ABSPATH' ) ) {
foreach ( $fields as $key => $data ) {
$output .= UM()->fields()->edit_field( $key, $data );
}
echo wp_kses( $output, UM()->get_allowed_html( 'templates' ) ); ?>
echo wp_kses( $output, UM()->get_allowed_html( 'templates' ) );
?>
<div class="um-col-alt um-col-alt-b">