// Return error message for invalid domains if( ! $valid ){ $error_text = __( “<strong>ERROR</strong>: Registration is only allowed from selected approved domains. If you think you are seeing this in error, please contact the system administrator.”, “woocommerce” ); $validation_errors->add( ‘domain_whitelist_error’, $error_text ); } }