diff --git a/templates/password-change.php b/templates/password-change.php index 46bf34a6..322a2e65 100644 --- a/templates/password-change.php +++ b/templates/password-change.php @@ -57,12 +57,16 @@ if ( ! defined( 'ABSPATH' ) ) { foreach ( $fields as $key => $data ) { $output .= UM()->fields()->edit_field( $key, $data ); } - echo $output; ?> + echo wp_kses( $output, UM()->get_allowed_html( 'templates' ) ); ?>
- + + + + +