unsubscribe( false ); unset( $data['status'] ); } else { /** remove unsubscribe entry - maybe exists */ $contact->remove_unsubscribe_status(); } } return $contact->update_custom_fields( $data ); } } /** * Register call */ BWFCRM_Core()->calls->register_call( 'update_fields', 'BWFCRM\Calls\Autonami\Update_Fields' );