How do a remove social sharing from the jobboard plugin?

0
How do a remove social sharing from the jobboard plugin? 1
rosie3
Jul 07, 2017 04:44 PM 1 Answers General
Member Since Jul 2017
Subscribed Subscribe Not subscribe
Flag(0)

Jobs are for paid members so I don't want them shared.

tHANKS!

2 Subscribers
How do a remove social sharing from the jobboard plugin? 1
How do a remove social sharing from the jobboard plugin? 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
How do a remove social sharing from the jobboard plugin? 4
PickPlugins
Jul 07, 2017
Flag(0)

Welcome to our forum.

Please add following code to your theme functions.php fil

function job_bm_filter_sidebar_sections($sections){
  unset($sections['share_job']);
  return $sections;
  
  }
add_filter('job_bm_filter_sidebar_sections','job_bm_filter_sidebar_sections');

Let me know for more help.

Regards

Sign in to Reply
Replying as Submit