Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Plugin Name: Swift Performance Tweaks
- */
- add_filter('swift_performance_is_cacheable_dynamic', function($result){
- if (isset($_SERVER['REQUEST_URI']) && strpos('wp-json/jet-menu-api/v1/elementor-template', $_SERVER['REQUEST_URI']) !== false){
- return true;
- }
- return $result;
- });
Add Comment
Please, Sign In to add comment