Display "Job Form Settings" Field in Email
-
Like categories, in the wp-admin jobs list, I’ve added a field called departments. I’m hoping to display this in the outgoing email to help differentiate between same titled positions.
I’m fairly new to php, is this the section that feeds the table? After function jobman_list_jobs
line 70 admin-jobs.php
jobman 0.7.14
<?php $fieldcount = 0; if( count( $fields ) > 0 ) { foreach( $fields as $field ) { if( $field['listdisplay'] ) { $fieldcount++; ?>
is it possible for me to implement this into the email? any help would be greatly appreciated.
Cheers,
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display "Job Form Settings" Field in Email’ is closed to new replies.