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

job_bm_country_list

add_filter('job_bm_country_list','job_bm_country_list_19082019', 90);

function job_bm_country_list_19082019( $country_list){

    $country_list['ID_custom'] = __('Country Name','text-domain');

    return $country_list;

}