Description
Checks to see if a user is also also registered as an affiliate.
Parameters
slicewp_is_user_affiliate( $user_id = 0 );
$user_id
(int)(optional) The ID of the user you wish to check. Defaults to the current logged in user.
Return
(bool) True, if the user is registered as an affiliate, false otherwise.