Category Action hooks

job_bm_job_edit_login_required

add_action( ‘job_bm_job_edit_login_required’, ‘job_bm_job_edit_login_required_29072019’, 5 ); if ( ! function_exists( ‘job_bm_job_edit_login_required_29072019’ ) ) { function job_bm_job_edit_login_required_29072019(){ // do something } }      

job_bm_job_submit_login_required

add_action( ‘job_bm_job_submit_login_required’, ‘job_bm_job_submit_login_required_29072019’, 5 ); if ( ! function_exists( ‘job_bm_job_submit_login_required_29072019’ ) ) { function job_bm_job_submit_login_required_29072019(){ // do something } }      

job_bm_settings_tabs_content_$id

add_action( ‘job_bm_settings_tabs_content_someid’, ‘job_bm_settings_tabs_content_someid’, 5 ); if ( ! function_exists( ‘job_bm_settings_tabs_content_someid’ ) ) { function job_bm_settings_tabs_content_someid($tab){ // do something } }      

job_bm_application_submitted

add_action( ‘job_bm_application_submitted’, ‘job_bm_application_submitted_29072019’, 5 ); if ( ! function_exists( ‘job_bm_application_submitted_29072019’ ) ) { function job_bm_application_submitted_29072019($application_ID, $post_data){ // do something } }      

job_bm_my_jobs_before

add_action( ‘job_bm_my_jobs_before’, ‘job_bm_my_jobs_before_29072019’, 5 ); if ( ! function_exists( ‘job_bm_my_jobs_before_29072019’ ) ) { function job_bm_my_jobs_before_29072019(){ // do something } }      

job_bm_my_applications_before

add_action( ‘job_bm_my_applications_before’, ‘job_bm_my_applications_before_29072019’, 5 ); if ( ! function_exists( ‘job_bm_my_applications_before_29072019’ ) ) { function job_bm_my_applications_before_29072019(){ // do something } }      

job_bm_my_applications_after

add_action( ‘job_bm_my_applications_after’, ‘job_bm_my_applications_after_29072019’, 5 ); if ( ! function_exists( ‘job_bm_my_applications_after_29072019’ ) ) { function job_bm_my_applications_after_29072019(){ // do something } }      

job_bm_job_edit_data

add_action( ‘job_bm_job_edit_data’, ‘job_bm_job_edit_data_29072019’, 5,1 ); if ( ! function_exists( ‘job_bm_job_edit_data_29072019’ ) ) { function job_bm_job_edit_data_29072019($post_data){ // do something with $post_data } }      

job_bm_job_edited

add_action( ‘job_bm_job_edited’, ‘job_bm_job_edited_29072019’, 5,2 ); if ( ! function_exists( ‘job_bm_job_edited_29072019’ ) ) { function job_bm_job_edited_29072019($job_id, $post_data){ // do something with $job_id & $post_data } }      

job_bm_application_hire

  add_action( ‘job_bm_application_hire’, ‘job_bm_application_hire_29072019’, 5,2 ); if ( ! function_exists( ‘job_bm_application_hire_29072019’ ) ) { function job_bm_application_hire_29072019($value, $application_id){ // do something with $application_id & $value } }      

job_bm_application_trash

  add_action( ‘job_bm_application_trash’, ‘job_bm_application_trash_29072019’, 5,2 ); if ( ! function_exists( ‘job_bm_application_trash_29072019’ ) ) { function job_bm_application_trash_29072019($value, $application_id){ // do something with $application_id & $value } }      

job_bm_application_rate

add_action( ‘job_bm_application_rate’, ‘job_bm_application_rate_29072019’, 5,2 ); if ( ! function_exists( ‘job_bm_application_rate_29072019’ ) ) { function job_bm_application_rate_29072019($data_count, $application_id){ // do something with $application_id & $data_count } }