Hi @padaben,
There are no related hooks for displaying values in the frontend. You can use shortcodes instead.
To get all contact or company info please check the function ‘erp_get_peoples’ in erp/includes/functions-people.php
file
And to get all contact info for a single contact or company you can use class( located in erp/modules/crm/includes/class-contact.php
). Just pass contact id in class construct funtion.
Thank you ??