How to allow a custom role, company-administrator, to be able to edit/create/delete users lower than their level, subscriber, where some metadata is matched? To elaborate: I’m making a membership...
I want that users can define a headline which will be displayed as a title to their user description. So I looked around and found a way to include...
I have created an ajax search form following some tutorials online, it is working but not exactly how I need it to. Here is where I got the search...
When we delete a user from the WordPress admin panel it’s removed, but the user values not deleted in the database. Anyone let me know how to fix the...
While coding WP I just wondered about this simple fact: get_usermeta() is deprecated since version 3.0. The warning suggests me to use get_user_meta(). Even the parameters are pretty similar,...
I have a site with many users and many of them have the same last name. I want to get the emails of all the users with the same...
I need to add a number to user as meta info (it’s a 5 digit number) at the time they register. I assume I would use the user_register action...
I’m researching the structure of WordPress database and there is something that really get me confuesd. Could someone please explain, what is the exact job of meta_key and meta_value...
I try to keep user subscription in a metadata var. The function is called by AJAX. Ahe AJAX is called but the metadata does not seem updated on frontend....
Hi I am working on a frontend admin where a user must be able to delete his account. current_user() is a custom made function of me that retrieves the...