mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix convert tags format
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
|
||||
$replace = apply_filters('um_template_tags_replaces_hook', $replace);
|
||||
|
||||
$content = str_replace($search, $replace, $content);
|
||||
$content = wp_kses_decode_entities( str_replace($search, $replace, $content) );
|
||||
|
||||
if ( isset( $args['tags'] ) && isset( $args['tags_replace'] ) ) {
|
||||
$content = str_replace($args['tags'], $args['tags_replace'], $content);
|
||||
|
||||
Reference in New Issue
Block a user