How-to and Troubleshooting
9
Posts
2
Users
0
Reactions
1,394
Views
May 15, 2020 4:22 pm
If you need this code is this one
add_filter('autoptimize_filter_noptimize','ao_noptiforum',10,1);
function ao_noptiforum($in) {
Ā Ā Ā Ā if (strpos($_SERVER['REQUEST_URI'],'escortsforum')!==false) {
Ā Ā Ā Ā Ā Ā Ā Ā return true;
Ā Ā Ā Ā } else {
Ā Ā Ā Ā Ā Ā Ā Ā return $in;
Ā Ā Ā Ā }
}
Page 2 / 2
Prev