mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Merge remote-tracking branch 'remotes/origin/fix/helpscout#32569_html_support_in__um_loggedin'
This commit is contained in:
@@ -376,7 +376,7 @@ if ( ! class_exists( 'um\core\Shortcodes' ) ) {
|
||||
}
|
||||
|
||||
$output = ob_get_clean();
|
||||
return $output;
|
||||
return htmlspecialchars_decode( $output );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user