ExpressionEngine

2.5.0 User Guide

Member Module Extension Hooks

member_manager

Seize control over any Member Module user side request

$edata = $this->extensions->call('member_manager', $this); if ($this->extensions->end_script === TRUE) return;

$this

The current state of the instantiated Member object

returns:void

Added in v1.5.2

User Contributed Notes

You must have an ExpressionEngine license and have attained a forum rank of "Lab Assistant" (100 posts) to contribute notes to the User Guide