Hi I need a little assistance figuring out what the variable type is for one of the Plug-in API function.
[code:1]
Function onAfterUserApproval ($row, $approved, $success)
[/code:1]
Can someone please verify what Variable type the $approved is? Is it Boolean or something else, and/or what the positive/negative state would be in either case?