recpress_job_listing_job_content
Fires inside the job listings loop for each job. Used by RecPress to output job content. The following functions are hooked.
- recpress_job_listings_output_title – 10
- recpress_job_listings_output_job_data – 20
- recpress_job_listings_output_summary – 30
- recpress_job_listings_output_read_more_button – 90
Parameters
$post_id
(integer) – the ID of the current (job) post.$args
(array) – an array of arguments or shortcode attributes passed in the context of this hook.