Tag: str_replace
-
Add a separator line of text in the registration form
This is an example of how to add a line of text in your form, ideal for creating separation for sections of a form, or to add specific instructions.
-
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…
-
Dynamic redirect to referrer in login
I have a challenge creating a title for this tutorial, so to describe what it covers, I recently had a question regarding how to dynamically put a redirect back to the original content into the link to the login page. In this instance, the user had customized how they were using the plugin and rather…
-
Adding the WP display_name field to the WP-Members user profile update form
Recent versions of the plugin have improved support for some of the WP native fields such as nickname, user_nicename, and display_name. I will be continuing to improve support for these fields. Currently, if you want to add something like the Display Name field to the front end of the plugin, you need a little customization.…