I hereby claim:
- I am danls on github.
- I am danls (https://keybase.io/danls) on keybase.
- I have a public key ASAzZS-YGbh0zYbyyF_m9gGpWQmbJ9XDWSrEKDSb5VwinAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Note: This action redirects users who've enabled Clef to getclef.com/logout/ | |
// after performing a manual logout from WordPress. | |
function redirect_to_Clef_logout_upon_wp_logout() { | |
$user = wp_get_current_user(); | |
if (!!get_user_meta($user->ID, "clef_id", true)) { | |
wp_redirect('https://getclef.com/logout/'); | |
exit; | |
} | |
} |