Changes between Version 30 and Version 31 of Plugin_Hooks
- Timestamp:
- Aug 14, 2009 4:02:27 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugin_Hooks
v30 v31 115 115 ''Arguments:'' 116 116 none. 117 118 ''Return values:'' 119 none. 120 121 122 === logout_after === 123 124 After the user is logged out and the session is killed, this hook is triggered.[[BR]] 125 The arguments still contain some user info which is not available in {{{$_SESSION}}} anymore. 126 It's also possible to redirect to some other URL in this hook because it's the last action in the logout process. 127 128 ''Arguments:'' 129 * host 130 * user 131 * language 117 132 118 133 ''Return values:''
