0
rosie3
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? 1](https://pickplugins.com/wp-content/litespeed/avatar/f22767b830f4e679c4be38f23c8f95e4.jpg?ver=1738300935)
![How do a remove social sharing from the jobboard plugin? 3 How do a remove social sharing from the jobboard plugin? 3](https://pickplugins.com/wp-content/litespeed/avatar/978ff02cf6cfb3e60ade623dd6942a3a.jpg?ver=1738285744)
Submit Answer
1 Answers
Best Answer
0
![How do a remove social sharing from the jobboard plugin? 4 How do a remove social sharing from the jobboard plugin? 4](https://pickplugins.com/wp-content/litespeed/avatar/60b037d2fe05ceb39acb7f02dbd29bd8.jpg?ver=1738285093)
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
Please see the documentation here
https://pickplugins.com/documentation/job-board-manager/action-hooks/job_bm_single_job_main/