That’s right, it also doesn’t work, plugin version 2.9
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 4 years, 8 months ago by redstyle.
I have about 4000 pages. Is it possible to do this with a hook?