Support may delay or unavailable from 30-03-2025 to 10-04-2025 due to Eid Holyday break.

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