<?php
/** Removes the "Login with GoDaddy" SSO Integration. **/
add_action( 'plugins_loaded', function() {
add_filter( 'wpaas_gd_sso_button_enabled', '__return_false', 99999999, 1 );
} );