Jul 18, 2021 2:10 pm
Hello WPforo team,
the latest wpforo_strip_shortcodes function removes also fully valid links which contain two ":" like this one:
https://www.thingiverse.com/thing:4904044
I now replaced removed double colons with words:
---> https(Double colon)//www.thingiverse.com/thing(Double colon)4904044 <---
It is correctly saved in database, but then the wpforo_content_after filter on line 2311 in wpf-hooks using wpforo_strip_shortcodes and the last regex removes it.
Can you fix it, please?
Thank you
2 Replies
Jul 19, 2021 8:08 am
Ok, thank you for letting us know, we're going to check it. In the meantime, please let me know:
- What wpForo addons do you use (specify the addon versions)?
- Do you have any custom code elated to wpForo in the functions.php of the WordPress active theme?