We are running into an issue where we are unable to use a $ symbol in any post titles that are contained within blocks registered through MB Blocks add-on.
It appears the prepare_render_callback_data method now has a str_replace function in it that will place a \$ any where a normal $ in post titles is supposed to be used. This was not an issue before, so a previous update must have added this, and now any post titles that contain $ in the title, will be replaced with the \$ characters.
Is there a way to get around this in the block templates or can a fix be done on the plugin side?