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