Skip to main content

Questions tagged [user-meta]

User meta data consists of key-value pairs pertaining to the according user ID.

0 votes
0 answers
31 views

When I share my website link on groupme it shows my author name. I have changed my nickname to the website name and it has not changed. I have downloaded plugins to hide the metadata and so on. I also ...
Dona Chong's user avatar
1 vote
0 answers
36 views

Sorry for the basic question, but I couldn't find an answer by reading the docs. When we delete user in the WP admin area, will WP delete the associated user_meta too?
Life after Guest's user avatar
0 votes
1 answer
50 views

I have a requirement to generate a rate calculator accessible to multiple users, each with their own set of criteria and values. I'm using user_meta fields to store the values for each user. One ...
Mussy's user avatar
  • 1
0 votes
1 answer
53 views

we have a Buddyboss page running with 30k users. Our usermeta Table is growing fast because of a few plugins we use which all seem to write a lot of settings to it. I try to remove as many obsolete or ...
tim's user avatar
  • 164
0 votes
1 answer
50 views

I am attempting to get meta data in a list of WP users using this code, but am unable to retrieve the meta data: $args = array( 'meta_key' => 'last_name', 'orderby' => 'meta_value', '...
zeldatron's user avatar
0 votes
1 answer
127 views

I have 2 wordpress websites on the same server, one is bloo.com and the other is forum.bloo.com. each site has its own database, they have their own wp_content, each has its own file separately, but I ...
Mike's user avatar
  • 1
1 vote
2 answers
79 views

I am currently using the below code to add some meta fields to my users and would love to include these in their registration email, but it appears they are not created before the email is sent. // ...
Matt Holt's user avatar
1 vote
0 answers
74 views

I use: add_filter( 'user_has_cap','my_function', 10, 3 ); In user list to allow users to edit only a specific list of users with a meta user identical to a current user connected. To get the list of ...
Alejandro Antolinez's user avatar
0 votes
1 answer
104 views

I want to list all users and order them by a meta value. Several users have it and some do not, but I want to be able to list them all and group them accordingly. I have the following code but it only ...
Badger's user avatar
  • 193
0 votes
1 answer
45 views

I have begun to create a function to store last login date of user using time() function. Perfectly works! Now I want to store in a serialize array a list of all user login date. Question : Do I have ...
imagIne's user avatar
  • 105
0 votes
2 answers
335 views

I would like to ask if there's a WordPress plugin that can be used to modify the user ID of the user. Instead of 1 or 4, I will add a prefix like 387101 or 387104. If none, is there someone here in ...
Fonacier Jr. Balatero's user avatar
0 votes
1 answer
89 views

This is the 2nd time this has happened in the past few weeks so I thought I would try and get some ideas on how to overcome. There are a few others in the localwp community that have had the same ...
php-b-grader's user avatar
0 votes
2 answers
41 views

Users are created whith name in upper case on my site, but some admin want to display it in lower case. I had a custom field in user profile to identified those admin, but I don't know what hook I can ...
Jean-Christophe Barrez's user avatar
0 votes
1 answer
61 views

I'm creating a employee photo directory based off users from my site. I'm trying to add front end filtering for this query and I have it mostly working. What I'm trying to accomplish is to sort the ...
NW Tech's user avatar
  • 717
0 votes
1 answer
84 views

I discover some of failed login attempts on website i manage, some of it the attackers know the username who published the post, i looked into wp-json and it is not show or leaks anything. but when i ...
Yehia Gamal's user avatar

15 30 50 per page
1
2 3 4 5
60