job_bm_job_editedPickPluginsJuly 29, 2019Action hooks 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 } }