• Resolved chriswebdev

    (@chriswebdev)


    would like to set a default email subject line if the user submits a profile rather than to a specific job .. Basically I believe I need to ammend something along these lines :

    $page->post_title = __( 'Submit your application', 'jobman' ); $foundjob = false; $jobid = -1; if( NULL != $cat ) { $data = get_term_by( 'slug', $cat, 'jobman_category' ); if( isset( $data->slug ) ) $cat_arr[] = $data->slug;
    
    }

    https://wordpress.org/plugins/job-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    That’s not possible with the current version. This is a feature request that we intend to add. Stay tuned for updates. Once we have the 1st update out (1st in over 2 years) we will look at implementing enhancements…right now we have a few large bugs and stability issues that we are working on for this upcoming release.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing email subject line if no job is found’ is closed to new replies.