Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. add_action('init', function () {
  2. remove_action('wp_head', 'wp_print_scripts');
  3. remove_action('wp_head', 'wp_print_head_scripts', 9);
  4. remove_action('wp_head', 'print_emoji_detection_script', 7);
  5. //add_action('wp_footer', 'prnt_emoji_detection_script', 5);
  6. add_action('wp_footer', 'wp_print_scripts', 5);
  7. add_action('wp_footer', 'wp_print_head_scripts', 5);
  8. });
Add Comment
Please, Sign In to add comment