Hi all,
I’ve been looking over the developer docs for extensions, and I can’t really get my head around things.
Basically, I’m looking to understand the member_member_register function in EE2.
From the developer docs I know this is the hook
edata = $this->extensions->call('member_member_register', $data, $member_id);
if ($this->extensions->end_script === TRUE) return;Is $member_id available to use in an extension? If so, how do I reference it?
If not, can anyone point me in the direction of how I might get the member_id?
Thanks!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.