Exclude Pages from Autoptimize
-
I have tried this method to exclude any page. But it’s not working. Is there any other way to exclude ?
add_filter('autoptimize_filter_noptimize','my_ao_noptimize',10,0); function my_ao_noptimize() { if (strpos($_SERVER['REQUEST_URI'],'no-autoptimize-now')!==false) { return true; } else { return false; } }
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Exclude Pages from Autoptimize’ is closed to new replies.