dharry
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Fields after Job SubmissionHi Jake, not to worry, all sorted now 🙂
Thanks anyway.
Regards,
DeanForum: Plugins
In reply to: [WP Job Manager] Fields after Job SubmissionHi Jake,
I am trying to get the category name from the array returned with wpjm_get_the_job_categories but having trouble getting just the name, the array is returning fine for the job as per:
Array ([0] => Array([0] => WP_Term Object([term_id] => 95[name] => Certificate III[slug] => certificate-iii[term_group] => 0[term_taxonomy_id] => 95[taxonomy] => job_listing_category[description] => Certificate III in Child Care[parent] => 0[count] => 1[filter] => raw)) )
I tried $cert = array_column($certification, ‘name’) but that didn’t seem to work… my php skills are not the best, would appreciate a pointer?
Thanks
DeanForum: Plugins
In reply to: [WP Job Manager] Fields after Job SubmissionForum: Plugins
In reply to: [WP Job Manager] Fields after Job Submissionalso, how do I get the job URL after job submission?
Forum: Plugins
In reply to: [WP Job Manager] Fields after Job Submissionok, I figured out the $job fields but can’t seem to get the company fields:
$company = get_post_meta( $job->ID )[‘_user_company_name’][0]; – This doesn’t work
$location = get_post_meta( $job->ID )[‘_job_location’][0]; – This does workand yes, I check the meta name on the Company field and it is definitely correct.
Dean
Forum: Plugins
In reply to: [Code Snippets] Snippets stopped workingJust turned on php debugging as well and no errors show up in there either.
Regards,
DeanForum: Plugins
In reply to: [Code Snippets] Snippets stopped workingHi Shae,
There are no errors in Apache’s error_log and just 2 warnings when enabling debug, but neither are related to Snippets or anything I can see would cause a problem.
Regards,
Dean