0
rosie3
Jobs are for paid members so I don't want them shared.
tHANKS!
2 Subscribers
Submit Answer
1 Answers
Best Answer
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
Please see the documentation here
https://pickplugins.com/documentation/job-board-manager/action-hooks/job_bm_single_job_main/