We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is located in the src/Listeners/BluehostPlugin.php file:
src/Listeners/BluehostPlugin.php
// SSO (Legacy) add_action( 'eig_sso_success', array( $this, 'sso_success' ), 10, 2 ); add_action( 'eig_sso_fail', array( $this, 'sso_fail' ) ); // SSO add_action( 'newfold_sso_success', array( $this, 'sso_success' ), 10, 2 ); add_action( 'newfold_sso_fail', array( $this, 'sso_fail' ) );
We need to create a Listeners/SSO.php file in the SSO module and register it as a listener via the newfold_data_listeners hook.
Listeners/SSO.php
newfold_data_listeners
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is located in the
src/Listeners/BluehostPlugin.php
file:We need to create a
Listeners/SSO.php
file in the SSO module and register it as a listener via thenewfold_data_listeners
hook.The text was updated successfully, but these errors were encountered: