@andrewshu
Came here to post a bug report for the exact same issue. I have a um_loggedin short code that obfuscated some elements, as of updating to 2.8.8 this morning all elements inside of that short code showed as plain text.
The code snippet you provided and listed below brought the page back to functioning on the newest version. I’m reverting the update for now to avoid adding a “temporary” work around that we’ll forget about in 2 months and still be there in 3 years.
Can we get a confirmation that this is being looked into and will be fixed in a future patch?
function my_um_loggedin_inner_content( $prepared_content, $content ) {
return apply_shortcodes( UM()->shortcodes()->convert_locker_tags( wpautop( $content ) ) );
}
add_filter( 'um_loggedin_inner_content', 'my_um_loggedin_inner_content', 10, 2 );