Support may delay or unavailable from 30-03-2025 to 10-04-2025 due to Eid Holyday break.

job_bm_uninstall

You can add any custom action that will run when you uninstall Job board Manager.

if( ! function_exists('job_bm_uninstall_function') ) {
  function job_bm_uninstall_function() {
    
    // Your custom Code
  }
}
add_action('job_bm_uninstall', 'job_bm_uninstall_function', 10);