Tag: get_currentuserinfo
-
WP-Members 3.1
WP-Members 3.1 contains some long awaited features, some fixes, and some improvements. There are no changes to the database with this update so if you are currently at 3.0 or higher, you should be able to roll back without difficulty. (If you are using a version earlier than 3.0, there are changes from 2.x to…
-
Add current password confirmation to change password form
Recently, a question came up about adding an additional field to the change password form for the user to confirm their current password as a requirement of changing the password. Adding the extra field is very easy with a filter. The trickier part is to handle validating the new form input and providing an error message.…
-
User Settings Page
The User Settings Page is customized with a relatively simple filter hook in the plugin using the method described in this post. Read on for the exact script that I am using here.