Translatepress not function
-
Hello
I am using buddyboss like my principal theme, I recently have performance issues, this code help me with this issue “
function enable_zlib_output_compression() {
if (function_exists(‘ini_set’)) {
ini_set(‘zlib.output_compression’, ‘On’);
ini_set(‘zlib.output_compression_level’, ‘1’);
}
}
add_action(‘init’, ‘enable_zlib_output_compression’);” But after try, I see that this code doesn’t work with translate press, when I add it in a snippet, the translate press function doesn’t work.Could you help me with this issue?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Translatepress not function’ is closed to new replies.