Legacy Documentation
You are using the documentation for version 4.3.8. Go here for 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.