weglot_get_slugs_from_cache

This filter allow you to get your slug directly from the API instead of getting them from transient. Be carefull using this filter.

add_filter( 'weglot_get_slugs_from_cache', '__return_false' );

Last updated