wpForo 1.9.9.1
Â
I want to disable viewing embedded content for certain users (e.g. logged out users).
Â
Since there is no CAN permission for embedded content, I created a function using 'wpforoembed_get_wpforo_embed_regexp', which works for some embedded content (e.g. YouTube videos) but not for other (e.g. Twitter).
Â
How can I ensure that all embedded content is being blocked?
Thanks