I'm trying to use a membership plugin (@Memberful) on my site to make my premium content members-only. I'm using Types & Views to build my custom post types. The problem I'm running into, is that Memberful can protect the default fields, but it doesn't protect the custom fields. See attached screenshots.
1-bango-before-memberful.png: shows my custom post type as it looks in the browser
2-bango-custom-fields.png: shows my custom post type with the custom fields
3-bango-bango-config-memberful.png: shows the Memberful fields that I can use to restrict access
4-bango-member-only: shows my custom post type as it looks after I configure Memberful. Notice that the description field was protected, but not any of the other custom fields.
Is there a way to show/hide custom fields programmatically with Types or Views, and if so can you show an example of how to do it? That way Memberful will use some PHP functions in the Memberful plugin to hide the content from people who haven't purchased my subscription.
Thanks,
Tim Mayo