Advertisement
swte

Untitled

Jul 17th, 2025
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. add_filter('swift3_skip_js_optimization', function($result, $tag){
  2.             if (!empty($tag->attributes['src']) && strpos($tag->attributes['src'], 'faq-schema.min.js') !== false){
  3.                   return true;
  4.             }
  5.             return $result;
  6.       }, 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement