Hello, I have decided to turn off some of translations files at all, and there is way to do it (i have added it to mu_plugin:
add_filter( ‘override_load_textdomain’, ‘stop_language_files’, 100, 2 );
function stop_language_files( $bool, $domain ){
$text_domains = array(‘domain’); //domains here
if ( in_array($domain,$text_domains ))
? ? ? ? return TRUE;
return $bool;
}
value is set correctly but during plugin execution this var is not checked. I think this can be added in line 96 of plugin
if ($override) return true;
Hi.
I do not have a file like:
/wp-content/object-cache.php
I have this one:
/wp-content/advanced-cache.php
How do I verify if the translation cache works?
]]>Interesting plugin and a wonderful idea.
Will this work with plugins like translatepress or it works only with non automated translations?
Thank you in advance!
Dear,
Is this plugin discontinued?
regards
]]>Hi dear
Thanks for the plugin
Can works with spanish websites?
How I verify really its working?
Thanks for support
]]>