mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix [um_loggedin] shortcode render with htmlspecialchars_decode
This commit is contained in:
@@ -377,7 +377,8 @@ if ( ! class_exists( 'um\core\Shortcodes' ) ) {
|
||||
}
|
||||
|
||||
$output = ob_get_clean();
|
||||
return htmlspecialchars_decode( $output );
|
||||
|
||||
return htmlspecialchars_decode( $output, ENT_NOQUOTES );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user