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