DescriptionUsageParametersExamplesSource Code
Removed: This hook was removed in version 3.0 with no replacement.
Description
Fires on the feed configuration page after the DOM has been loaded and the GFUser javascript object has been initialized.
Usage
1234567
Parameters
No parameters are passed to this event; however, it is useful to note that the GFUser object is a global namespace and properties can be safely added to it from this event.
Examples
This event is useful when wishing to add or modify values in the GFUser object. In the below example you can see how to add two values to the GFUser object and then call another function that process these new properties.
1234567891011
Source Code
This filter is located in userregistration.php.