Disable Autoptimize for certain pages
-
How can I disable Autoptimize for certain pages?
This code not help for me:add_filter('autoptimize_filter_noptimize','noptimize_quiz',10,0); function noptimize_quiz() { if (strpos($_SERVER['REQUEST_URI'],'uk')!== false) { return true; } else { return false; } }
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Disable Autoptimize for certain pages’ is closed to new replies.