I’ve added a custom field to users profile using the following code: /*** Adding extra field to get the the user who creates the another user during ADD NEW...
I’m trying to create my own registration form and adding phone number as required field and I would love to save that phone number as custom user meta. After...
I’d like to create a button for admins to be able to delete from table wp_usermeta -> key: ‘ref_credit’ for all users. Is there simple resource friendly way to...
This is more of a theory question than a question with a direct answer. I’ve been working with different actions for firing functions when a post is updated or...
I’m trying to find the number of users having a certain value in a custom field. The problem is that this custom field allow multiple values. This code works...
I’m trying to get all users assigned to a custom usermeta. I know that get_users() is supposed to work; however, it doesn’t seem to be working. What I have...
I have added several new fields to the user profile (areacode, company, affiliate, etc) and I would like to present a way to search on these fields. Please point...
What it needs to be like: one “super user” with user role company normal users with user role employee I don’t want “super user” to be able to have...
Is it possible to allow people to utilize their email as their username? 2 s 2 As far as i know it should be possible to login with your...
I’m considering using the hooks for the WordPress registration form to add some custom fields: https://codex.wordpress.org/Customizing_the_Registration_Form My question is, if it’s even possible, how do I display some of...