How can I echo the variables? You can easily put sth up like this on your author template: $meta = eupgetextendedprofile(); // call all new meta values printr($meta); // Get an overview whats in the object echo $meta->email // echo an meta value
Will it add any new tables? No, it uses the wordpress usermeta table and won't mess up your database.




