Custom Country List

 
add_filter('give_countries', 'my_custom_give_countries');

function my_custom_give_countries() {

    $countries = array(
        ''   => '',
        'DE' => esc_html__( 'Germany', 'give' ),
        'AT' => esc_html__( 'Austria', 'give' ),
        'CH' => esc_html__( 'Switzerland', 'give' ),
    );
    
	return $countries;
}

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This