PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
How do I, as administrator, get all the answers to my user's questions? Ideally, this should either be a csv file or even better a report from the database that can be displayed to members as a page.
<?php
$user = new WP_User("johndoe22");
$fields = get_usermeta($user->ID, "s2member_custom_fields");
print_r($fields);
?>
Users browsing this forum: No registered users and 1 guest