Guest User

Untitled

a guest
Feb 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_filter('script_loader_tag', 'js_atr', 10, 2);
  2. function js_atr($tag, $handle) {
  3. return str_replace(array('type="text/javascript"', "type='text/javascript'"), '', $tag);
  4. }
Add Comment
Please, Sign In to add comment