Thanks for the prompt response.
It’s working now.
On the other note, how do I add the Relist button on the job dashboard when the job is rejected?
Found this code but no idea how to add this:
case 'expired' :
if ( job_manager_get_permalink( 'submit_job_form' ) ) {
$actions['relist'] = array( 'label' => __( 'Relist', 'wp-job-manager' ), 'nonce' => true );
}
break;