This code i inserted in functions.php
add_filter('autoptimize_filter_noptimize','noptimize_quiz',10,0);
function noptimize_quiz() {
if (strpos($_SERVER['REQUEST_URI'],'uk')!== false) {
return true;
} else {
return false;
}
}
And clear all caches, but u can see its not help for me.
-
This reply was modified 3 years, 7 months ago by redstyle.