I'm trying to change the twitter icon } else if($id == 'tw') {
return ($type == 'icon' ? 'fa-twitter' : __('Twitter', 'business_profile'));
to the odnoklassnikov icon } else if($id == 'ok') {
return ($type == 'icon' ? 'fa-odnolkassniki' : __('Odnoklassniki', 'business_profile'));
but the icon is not showing