weglot_get_options_from_cdn_cache_duration

With this filter you can modifiy the duration of cache where we save Weglot settings. By default we fix it to 300 seconds

add_filter( 'weglot_get_options_from_cdn_cache_duration', 300 );

Last updated