Category Job Board Manager – Job Alerts

job_bm_filter_alert_input_fields

job_bm_filter_alert_input_fields 2

You can  remove/add/modify input fields via filter hook as following. Default input field index keywords job_category companies locations salary_type salary_range job_status job_type job_level Remove any input fields function job_bm_filter_alert_input_fields_remove($input_fields){ // To remove companies Job category input field unset($input_fields[‘job_category’]); // To…