Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $contact_id = $member_data['Contact__c']
- add_filter( 'wpf_crm_object_type', function( $object_type ) {
- return 'Contact';
- });
- $contact = wp_fusion()->crm->load_contact( $contact_id );
- $email = $contact['user_email'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement