From 53061d150814cf5939d1d4dc165d8270ca764109 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 6 Dec 2021 13:20:18 +0300 Subject: * add HOOK_POST_LOGOUT * auth_remote: add config option AUTH_REMOTE_POST_LOGOUT_URL --- classes/pluginhost.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'classes/pluginhost.php') diff --git a/classes/pluginhost.php b/classes/pluginhost.php index f89cc5c32..a3a389def 100755 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -195,6 +195,9 @@ class PluginHost { /** @see Plugin::hook_pre_subscribe() */ const HOOK_PRE_SUBSCRIBE = "hook_pre_subscribe"; + /** @see Plugin::hook_post_logout() */ + const HOOK_POST_LOGOUT = "hook_post_logout"; + const KIND_ALL = 1; const KIND_SYSTEM = 2; const KIND_USER = 3; -- cgit v1.2.3