Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How-to and Troubleshooting
9
Posts
2
Users
0
Reactions
1,659
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