Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('swift_performance_option_footer-scripts', function($scripts){
- // Condition here
- if ($_SERVER['REQUEST_URI'] == 'specific-page'){
- $scripts[] = 'somescript.js';
- }
- return $scripts;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement