WordPress Membership Plugin
Unfortunately, no. I could not make this work. I ended up purchasing WooCommerce Membership. It does everything I need.
I will submit a support request with WooCommerce detailing what you found.
Thanks for the follow up. Much appreciated.
Any suggestions?
Here is the section of
classes/class.simple-wp-membership.php
where I modified the lines requested:
add_action('init', array(&$this, 'init'));
/*add_filter('the_content', array(&$this, 'filter_content'));*/
add_filter('the_content', array(&$this, 'filter_content'), 11);
add_filter('widget_text', 'do_shortcode');
Thanks for the quick reply. I made the change in the classes/class.simple-wp-membership.php file.
No change in page behavior. I’m still able to view the Shop page (http://wp.koyamadojo.com/shop/) without being logged in.
In the Shop page options I have page protection enabled, “Yes, Protect this content.”. I also have two membership levels defined. Both are selected to be able to view content.