Pay Per View seems perfect to use alongside Protected Content to allow non-members to pay for post access. However we have several custom post types, only one of which we want to protect.
Is there any way to filter the plugin to protect only a single (or multiple) custom post types and not others? In the plugin options it is either all cpts or none. This is way too broad of an option.
While the site editors can assign the pay-per-view settings on a post-by-post basis, it would be much simpler to be able to assign Pay Per View protection to all posts of a particular custom post type - is there any way to do this?
Also, none of our content creators use the Text Editor - the Visual Editor is disabled - so we cannot generate shortcodes on any post edit screen. How are the shortcodes generated for each post? As an alternative to using a global cpt setting, I could add conditional shortcodes them to my templates via php <?php echo do_shortcode('[shortcode_goes_here]'); ?>
so these posts are protected automatically.
I could not find any information on shortcodes for PPV on the Usage page. Please advise.