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['param1']) && !isset($_GET['param2'])){
- return true;
- }
- return $result;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement