Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('swift_performance_is_cacheable', function($result){
- if (isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] == 'domain.com'){
- return false;
- }
- return $result;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement