Replies: 0
Hi,
I have a website where all content is restricted to unregistered users.
First, featured images of the restricted post were not showing. But I fixed this with the following line of code.
add_filter(‘um_restrict_post_thumbnail’,’__return_true’);
The problem now is when sharing the publication on social media. The featured image of the restricted post is not shown when sharing it on social media.
Can you tell me how to solve it please?
Thank you,