Unsetting the remaning company fields
-
Hi Mike,
I am trying to unset a number of company fields via filters. I have been able to remove
the company website, tagline, twitter and logo fields as per the below code. How do I unset the remaining fileds such as google +, facebook, linkedin and the description? I can’t the code to filter.
[code language="php"]
unset($fields['_company_name']);
unset($fields['_company_website']);
unset($fields['_company_tagline']);
unset($fields['_company_twitter']);
unset($fields['_company_logo']);
[/code]Many Thanks,
Sam
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Unsetting the remaning company fields’ is closed to new replies.