Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. remove_action('wp_head', 'locale_stylesheet', 10);
  2. remove_action('embed_head', 'locale_stylesheet', 30);
  3. remove_action('wp_head', 'wp_print_head_scripts',  9);
  4. remove_action('wp_head', 'wp_print_styles', 8);
  5. add_action('wp_footer', 'locale_stylesheet', 10);
  6. add_action('wp_footer', 'locale_stylesheet', 30);
  7. add_action('wp_footer', 'wp_print_head_scripts', 9);
  8. add_action('wp_footer', 'wp_print_styles', 9);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement