Retired Documentation
You are using the documentation for version 2.11.9. Go here for the latest version or check here for your available upgrades to the latest version.
Member Module Extension Hooks¶
member_manager¶
- 
member_manager($this)¶
- Seize control over any Member Module user side request - How it’s called: - $edata = ee()->extensions->universal_call('member_manager', $this); if (ee()->extensions->end_script === TRUE) return $edata; - Parameters: - $this (object) – The current state of the instantiated Member object
 - Return type: - Void - New in version 1.5.2. 
