Category: Filters
-
Integrating Really Simple CAPTCHA
Really Simple CAPTCHA can be used with the WP-Members plugin in place of the default reCAPTCHA. Note: This method of adding Really Simple CAPTCHA is no longer necessary as it is now supported directly within the plugin. Install and activate the Really Simple CAPTCHA plugin, enable it in the WP-Members options, and customize using the…
-
Multiple Selection Checkboxes
As of WP-Members 3.1.0, multiple selection checkbox support is an included feature in the plugin. That makes custom implementation such as described here unnecessary for most applications. I am leaving this post here however as there may continue to be users who (1) need a high level of customization that may utilize some or all…
-
Request additional data fields on a specific page
This particular example is a generic tutorial for requesting additional data fields in the registration form on a specific page. Since these are fields that do not show up in the regular registration form, we need to also present the data to logged in users to add this data. While conceptually this is not an…
-
Reset password with just an email address
One of the requests I get most often is how can I change the plugin to have the password reset only require the user to give their email address. This especially comes up when people customize the process to use the person’s email address as their username, since a password reset form with “username” and…
-
Add a Date of Birth Field with Dropdown Selections for Month, Day, and Year
I have received a lot of requests in the past for how to add a set of dropdown selections for date and store it as a single user meta value. This is a great example of using the new wpmem_register_form_rows filter hook, a new hook in 2.9, because we can use a single field in the…