Add Adsense code between job listings - wp job manager plugin
I am using the wp-job-manager plugin and i want to add an Adsense code between the job listings ( after fifth job listing ) in the page with [jobs] shortcode.
The function that outputs the jobs resides in class-wp-job-manager-shortcodes.php
function output_jobs( $atts )
Because i don't know how to start to add that Adsense code to this function using action hooks or what else i need some help to make it work.