job_bm_company_edit_unauthorized_text

add_filter('job_bm_company_edit_unauthorized_text','job_bm_company_edit_unauthorized_text', 90);

function job_bm_company_edit_unauthorized_text( $text){


    $text = __('Unauthorized custom text','');

    return $text;


}