The WP-Members Download Protect extension received an update today as version 1.9.9. This update includes some improvements and some fixes.
Continue Reading →WP-Members Download Protect 1.9.9 released
Home of WP-Members, The Original WordPress Membership Plugin
Chad Butler · ·
The WP-Members Download Protect extension received an update today as version 1.9.9. This update includes some improvements and some fixes.
Continue Reading →Chad Butler · ·
While it is outside the scope of plugin support to get deep into the use of MySQL to handle the querying of user data, there are some basic concepts that can be presented to help you build the applications that you need to handle users. And the fact that WP-Members relies on the existing WordPress database schema means that you can find many related articles and tutorials on the web.
Continue Reading →Chad Butler · ·
WP-Members 3.4.9.2 contains two patches that are included from the upcoming 3.5.0 release and two security patchs.
It is recommended that all users update to version 3.4.9.2.
There were two 3.5.0 bug fix patches included in this update:
Filters the meta keys that may be displayed by the [wpmem_field] shortcode.
$allowed_fields
(array) (required) The user meta keys that are allowed to be displayed by the shortcode.
The default array includes the following default WP fields: ‘ID’, ‘user_registered’, ‘user_url’, ‘description’, ‘display_name’.
It will also include all of the fields by meta key in the WP-Members fields array (see the Fields tab) except for password and the email/password confirmation fields (which are not saved fields anyway).
Use this filter hook to remove or add any meta keys as needed. Only fields that are in the $allowed_fields array will be able to be displayed by the shortcode.
Introduced in version 3.4.9
wpmem_field_sc_meta_keys is located in includes/class-wp-members-shortcodes.php
Chad Butler · ·
The WP-Members 3.4.9 release is mostly a security update, with a couple of additional features and API functions.
Continue Reading →Ready to get started?