[wp-hackers] user_url in users table?!

Baki Goxhaj banago at gmail.com
Sun Aug 26 06:53:01 UTC 2012


I was trying to do this:

> update_user_meta( $current_user->id, 'user_url', esc_url( $_POST['url'] ) );
>
> And it gave me a hard time until I opened PHPmyAdmin and figured that
user_url is not a user metadata custom field thus I had to use
wp_update_user().

And I was surprised. I don't think having it in users table makes any sense
and I just wanted to point that out.

Kindly,

Baki Goxhaj
www.wplancer.com | proverbhunter.com | www.banago.info<http://proverbhunter.com>


More information about the wp-hackers mailing list