Advertisement
verygoodplugins

Untitled

Jan 21st, 2021
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. $contact_id = $member_data['Contact__c']
  2.  
  3. add_filter( 'wpf_crm_object_type', function( $object_type ) {
  4.     return 'Contact';
  5. });
  6.  
  7. $contact = wp_fusion()->crm->load_contact( $contact_id );
  8. $email   = $contact['user_email'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement