hi, i'm using register plus at: http://www.globalrevivalstream.com
im unable to locate where the data is stored. i exported the user_meta table in myphpadmin... but none of the register plug data is in there?
any ideas?
hi, i'm using register plus at: http://www.globalrevivalstream.com
im unable to locate where the data is stored. i exported the user_meta table in myphpadmin... but none of the register plug data is in there?
any ideas?
unless the information has been changed, it should be located in the wp_usermeta table...if you have access to the register-plus.php file, look at line 1666, it says
$user_id = $wpdb->get_var( "SELECT user_id FROM $wpdb->usermeta WHERE meta_key = 'email_verify' AND meta_value='$verify_key'");
look at where "usermeta" is listed...it will be the name of the table where the info is stored.
This topic has been closed to new replies.