Remove “Login with GoDaddy” from GoDaddy Managed WordPress
/** Removes the “Login with GoDaddy” SSO Integration. **/ add_action( ‘plugins_loaded’, function() { add_filter( ‘wpaas_gd_sso_button_enabled’, ‘__return_false’, 99999999, 1 ); } );Continue reading