Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Plugin Name: Swift Performance Tweaks
- */
- // Use nicer file name for merged scripts, like "scripts-a00.js"
- add_filter('swift_performance_js_filename', function($filename){
- return 'scripts-' . substr($filename, 0, 3) . '.js';
- });
Add Comment
Please, Sign In to add comment