using wp_update_user
-
Hello, I am trying to use wp_update_user() in a page template file in my theme. When I call it, I get the following error:
Fatal error: Call to undefined function wp_update_user()I have been testing with this example of it:
wp_update_user( array ('ID' => $user_ID, 'user_url' => $up_site) )The variables in the array all contain valid, existing information.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘using wp_update_user’ is closed to new replies.