Restrict custom fields?
-
I have a few pages that are restricted that displays custom fields bellow the content of the page.
This plugin blocks the the_content of those pages, but still displays the custom fields. Is there any way I can prevent this from happening? A conditional tag or anything I can use in the template?
Something like this would be great:
if (! is_restricted() ) { ...do something }
- The topic ‘Restrict custom fields?’ is closed to new replies.