Skip to content

Instantly share code, notes, and snippets.

@goldhat
Created March 8, 2017 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldhat/73db243cddb7efa2e12ad70219566721 to your computer and use it in GitHub Desktop.
Save goldhat/73db243cddb7efa2e12ad70219566721 to your computer and use it in GitHub Desktop.
Signup Error from GFSignup::get( $key )
object(WP_Error)#693 (2) {
["errors"]=>
array(1) {
["already_active"]=>
array(1) {
[0]=>
string(27) "The user is already active."
}
}
["error_data"]=>
array(1) {
["already_active"]=>
object(stdClass)#698 (11) {
["signup_id"]=>
string(2) "16"
["domain"]=>
string(0) ""
["path"]=>
string(0) ""
["title"]=>
string(0) ""
["user_login"]=>
string(8) "tester16"
["user_email"]=>
string(24) "joel+tester16@goldhat.ca"
["registered"]=>
string(19) "2017-03-08 01:41:31"
["activated"]=>
string(19) "2017-03-08 01:41:39"
["active"]=>
string(1) "1"
["activation_key"]=>
string(16) "633e12f572eb0603"
["meta"]=>
string(197) "a:5:{s:7:"lead_id";s:2:"16";s:8:"entry_id";s:2:"16";s:10:"user_login";s:8:"tester16";s:5:"email";s:24:"joel+tester16@goldhat.ca";s:8:"password";s:44:"s//JWX7+o9celIvD9HQTq8yH2kc0ryzr2j2QMZXP5EQ=";}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment