Redirect to Job Dashboard after job submission

 
  add_filter( 'job_manager_job_subitted', function() {
    if ( wp_redirect( job_manager_get_permalink( 'job_dashboard' ) ) ) {
      exit;
    }
}, 20 );

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This