Hi @jehovec
Please try the pre-release version in the link:
https://downloads.wp.xz.cn/plugin/ultimate-member.2.2.1-rc.1.zip
After updating the UM, you need to add this custom code to allow the HTML tags in the checkbox options:
add_filter( 'um_builder_input_map', 'um_073021_builder_input_map', 10, 1 );
function um_073021_builder_input_map( $args ){
$args['_options']['sanitize'] = 'wp_kses';
return $args;
}
You can add the above code to your theme/child-theme’s functions.php file or use the Code Snippets plugin to run the code.
Regards,
Hi @jehovec
Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂
Regards,