AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
9
Posts
2
Users
0
Reactions
2,780
Views
May 15, 2020 8: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