Good Afternoon BrownBagMarketing!
Thanks for your answer, actually, what we’re looking for, is to display the custom metadata information as a part of the job description.
Should I create the filter in functions.php?
how should I call it in class-greenhouse-job-board-public.php?
Thanks in advance!
{
“absolute_url”: “x”,
“internal_job_id”: y,
“location”: {“name”: “z”},
“metadata“: [{
“id”: -,
“name”: “This info 1“,
“value”: “This info 1“,
“value_type”: “-”
}, {
“id”: -,
“name”: “This info 2“,
“value”: “This info 2“,
“value_type”: “-”
}, {
“id”: -,
“name”: “This info 3“,
“value”: “This info 3“,
“value_type”: “-”
}, {
etc…
}, {
…