Contact role update.
Setting to Entity Manager
}
// 3. Setup the contact (and wpUser)
// Determine the Worpress Role to be used for contact import - Using Entity Manager right now
- $contactRoleNumb = $this->config['contact_role_numb']['LogInContact'];
+ $contactRoleNumb = $this->config['contact_role_numb']['EntityManager'];
$wpRole = $this->config['contact_role_wordpress'][$contactRoleNumb];
$memberContactEmail = filter_var( $_REQUEST['email'], FILTER_VALIDATE_EMAIL );
$memberLogin = filter_var( $_REQUEST['username'] );