Hi,
Custom functions doesn't seems to work on item page, main page, search page, contact page nowhere, except business plugin page..
Pls make function global.. & insert a href or link.
Get links to companies board
<?php if(function_exists('bpr_companies_url')) { echo bpr_companies_url(); } ?>
<?php if(function_exists('bpr_company_items_url')) { echo bpr_company_items_url($user_id); } ?>