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