What is the best way to check if a WordPress user has connected to Patreon?
Should I run a check against the following:
get_user_meta( get_current_user_id(), 'patreon_user_id', true );
Or is there a better way
What is the best way to check if a WordPress user has connected to Patreon?
Should I run a check against the following:
get_user_meta( get_current_user_id(), 'patreon_user_id', true );
Or is there a better way
That is a good way to check whether a patron has connected Patreon to your WP site.