first_name ?: $user->display_name;
// Membership tier (optional, shown as a badge)
$tier = get_user_meta( $user->ID, 'membership_tier', true );
if ( class_exists( 'MeprUser' ) ) {
$mepr_user = new MeprUser( $user->ID );
$subs = $mepr_user->active_product_subscriptions( 'objects' );
if ( ! empty( $subs ) ) {
$tier = $subs[0]->product()->post_title;
}
} elseif ( function_exists( 'pmpro_getMembershipLevelForUser' ) ) {
$level = pmpro_getMembershipLevelForUser( $user->ID );
if ( $level ) {
$tier = $level->name;
}
}
?>
>
Member Hub | FACC-NY
>
FACC-NY Members
Member Hub
Your gateway to the Finnish-American business community in New York.
Welcome back, !
Explore member resources, grow your network, and make the most of your FACC-NY membership — all in one place.
Manage my membership →Member Resources
Access market reports, legal guides, and doing-business-in-Finland/US toolkits — everything you need to plan with precision and confidence.
Open the library →Member Network
Browse the member directory and request warm introductions to companies across the Finnish-American business community.
Browse the directory →Contact a Team Member
Questions about your membership, events, or introductions? Our team is here to help you get the most out of FACC-NY.
Get in touch →© Finnish-American Chamber of Commerce, New York · facc-ny.com

