[wp-hackers] usermeta

Mark Jaquith mark.wordpress at txfx.net
Thu Sep 28 06:42:20 GMT 2006


On Sep 27, 2006, at 10:20 PM, Robin Adrianse wrote:

> I might be wrong, but aren't WP's built-in user meta functions fine  
> for
> almost all purposes?

Yes.  Use WP's built-in user meta functions:

        function get_usermeta( $user_id, $meta_key = '') {
        function update_usermeta( $user_id, $meta_key, $meta_value ) {
        function delete_usermeta( $user_id, $meta_key, $meta_value =  
'' ) {

--
Mark Jaquith
http://txfx.net/




More information about the wp-hackers mailing list