wp_update_user ( array ( 'ID' => 1, 'user_pass' => 'yourpassword' ) ) ;. // Option 3. global $wpdb ;. $wpdb ->update( $wpdb ->users, ...
確定! 回上一頁