weglot_flag_css
add_filter( 'weglot_flag_css', 'custom_weglot_flag_css' );
function custom_weglot_flag_css( $css ) {
return $css;
}Lets you customize the flag CSS applied to the switcher.
add_filter( 'weglot_flag_css', 'custom_weglot_flag_css' );
function custom_weglot_flag_css( $css ) {
return $css;
}