Your cart is currently empty!
Category: Tips and Tricks
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.…
Removing line breaks and tabs from generated HTML for easier str_replace
For WP-Members users who want to do heavy customization to the plugin’s default forms, the PHP str_replace function can be both your best friend and your arch nemesis.
Move form label for checkboxes with a filter
Suppose you want to move the text label for a checkbox the default layout of the registration form. You would like to move it to be to the right of the checkbox. How can that be done? The WP-Members registration form has a basic default layout. This is necessary for it to be functional in…
Clean up the user profile of unused unwanted fields
The WP-Members plugin does not exercise any control over WordPress native fields as far as removing them from the User Profile. The plugin only determines if you are using these in the front-end elements of the plugin (such as front-side registration and front-side user profile). If you are not using a handful of these fields and would…