Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?php
  2. /*
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.5.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. require get_template_directory() . '/inc/init.php';
  15. remove_action('wp_head', 'print_emoji_detection_script', 7);
  16. remove_action('admin_print_scripts', 'print_emoji_detection_script');
  17. remove_action('wp_print_styles', 'print_emoji_styles');
  18. remove_action('admin_print_styles', 'print_emoji_styles');
  19. add_filter('style_loader_src', 'remove_css_js_ver', 10, 2);
  20. .......................................................
  21. ...............................
  22. ...............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement