weglot_no_replace_a_href
add_filter( 'weglot_no_replace_a_href', 'custom_weglot_no_replace_a_href' );
function custom_weglot_no_replace_a_href( $condition ) {
return 'my-folder';
}Links whose href contains this string are left untouched during link replacement. The default is wp-content/uploads.
add_filter( 'weglot_no_replace_a_href', 'custom_weglot_no_replace_a_href' );
function custom_weglot_no_replace_a_href( $condition ) {
return 'my-folder';
}