Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('swift3_skip_js_optimization', function($result, $tag){
- if (!empty($tag->attributes['src']) && strpos($tag->attributes['src'], 'faq-schema.min.js') !== false){
- return true;
- }
- return $result;
- }, 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement