This is a simple update to WP-Members Download Protect. Continue Reading →
WP-Members Download Protect 1.4.3
Home of WP-Members, The Original WordPress Membership Plugin
Chad Butler · ·
This is a simple update to WP-Members Download Protect. Continue Reading →
Chad Butler · ·
WP-Members 3.3.2 is being released with a number of fixes as well as code improvements. Continue Reading →
Chad Butler · ·
This post will maintain a list of any potential issues with updating to WP-Members 3.3.0. So far, reported issues are minor and easily fixed. While I’ll be working on smoothing out the upgrade scripts to improve the process, the following are simple corrective measures for reported issues. Continue Reading →
Chad Butler · ·
It seems so long ago that I publicly announced WP-Members 3.3.0; but today, we have reached a point where we have a solid beta release candidate. It’s been a long road and a long time coming, but it is here. Continue Reading →
Filters whether comments are open or not.
Based on WP’s “comments_open” filter. WP-Members’ default is that if the post is blocked, comments are blocked (“comments_open” is false).
$open
(boolean)(required) True if current post is open for comments, otherwise false.
$post_id
(int)(optional) The post ID.
// Open all comments (whether post is blocked or not) add_filter( 'wpmem_securify_comments', '__return_true' );
wpmem_securify_comments is located in includes/class-wp-members.php
Ready to get started?