Single Sign On Extension Hooks & Filters

HooksDescriptionParameters
eb_sso_login_url Use this filter to redirect a user to a specific page after logging in to the WordPress website. $url: URL of th page you want to redirect the user to after logging in to the WordPress website
eb_sso_logout_url Use this filter to redirect a user to a specific page after logging out from the WordPress website. $url: URL of th page you want to redirect the user to after logging out from the WordPress website
Was this page helpful?