For the complete documentation index, see llms.txt. This page is also available as Markdown.

weglot_flag_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;
}