WordPress 3.3, update_user_meta and wp_users/wp_usermeta issue
-
Hi everybody. Tried to find this in forums, but no luck.
In WP 3.3, I have noticed an issue: in the profile page, I write the website in the url field. When I press Update it should update the data in the database and to show the new value in the field. It doesn’t show up. From the back end, I tried also to modify the url, and it works. It shows also in the front end when the value is inserted from back end.
Did some investigation, looks like when inserting from back end, the url goes in wp_users, meta_key is user_url. When inserting from front end, it goes in wp_usermeta, meta_key is user_url. Have no clue why..
How is this possible, using the native WP functions ( update_user_meta() )? Also, into consideration, in WP 3.2, the same code works fine, and both, front end and back end changes are made in wp_usermeta.
Any help, ideas, opinions are highly appreciated. Thank you.
- The topic ‘WordPress 3.3, update_user_meta and wp_users/wp_usermeta issue’ is closed to new replies.