How-to and Troubleshooting
9
Posts
2
Users
0
Reactions
1,319
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