Actions
Feature proposal #6289
closedImproved display triggers to allow replacing the return
Description
The after display triggers in CBs comprofiler.html.php for profile edit, profile view, and registration should pass the $return value as a reference to allow you to completely replace those outputs.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1155
var3 of onAfterRegisterFormDisplay, onAfterUserProfileEditDisplay, and onAfterUserProfileDisplay are now &$return so the output can be completely replaced or modified via trigger.
Actions