Tagged Questions
1
vote
1answer
256 views
Update user meta of author when post content is viewed
I have a value that I'm trying to store as user meta for authors on my site. I need it to update itself every time the content of a post is viewed for that author. Here's as far as I've gotten but it ...
0
votes
1answer
431 views
Uses for function: wp_update_user
my theme currently uses the wp_update_user function to update a set of user metas.
I created to some new user meta fields that I would like to include in the existing wp_update_user. The function ...
0
votes
1answer
787 views
Front end user meta options for users
I have created user meta options using this tutorial. Now I want to know how to allow users to edit (update) certain custom user meta options that I created.
Users already have a template account ...
0
votes
1answer
251 views
Mass Update User Profile Checkbox Options
I created a checkbox option for the user_meta (user profile). They are checkboxes assigning users to categories.
The problem is that I need to do a mass update for all of my users 1500+ and going ...
1
vote
1answer
471 views
How to update serialized data in the user meta data
In my wp_usermeta table I have a field called "wp_s2member_custom_fields"
In it is stored this value:
a:2:{s:6:"alumni";s:3:"Yes";s:19:"donations_collected";s:2:"10";}
I am trying to use:
...