job_bm_before_single_application

Action hook before a single job wrapper

add_action( 'job_bm_before_single_application', 'job_bm_before_single_application_06082019', 5 );
if ( ! function_exists( 'job_bm_before_single_application_06082019' ) ) {
    function job_bm_before_single_job(){
        ?>
            <pre>Content before single application</pre>
        <?php
    }
}

 

View post on imgur.com