job_bm_after_single_job

Action hook after a single job wrapper

add_action( 'job_bm_after_single_job', 'job_bm_after_single_job_26072019', 15 );
if ( ! function_exists( 'job_bm_after_single_job_26072019' ) ) {
    function job_bm_after_single_job_26072019(){
        ?>
            <pre>Content after single job</pre>
        <?php
    }
}

 

View post on imgur.com