Actually, no, that didn’t really work haha..
Ok, I wrapped my ACF repeater in this and it seems to work:
{% if post.urcr_meta_checkbox == “on” and fn(‘is_user_logged_in’) %}
Content Blocks
{% endif %}
Here’s a page I created where I ticked ‘restrict full content’.
Everything is still visible – https://stratavote.com/restricted-content/
I’m using ACF fields for all my content, do I need to wrap them in some kind of function in the back end?