Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. remove_action('wp_head', 'wp_generator');
  2. remove_action('wp_head', 'wp_print_styles', 8);
  3. remove_action('wp_head', 'rel_canonical');
  4. remove_action('wp_head', 'wlwmanifest_link');
  5. remove_action('wp_head', 'rsd_link');
  6. remove_action('wp_head', 'locale_stylesheet');
  7. remove_action('wp_head', 'wp_shortlink_wp_head', 10, 0);
  8. remove_action('wp_head', 'print_emoji_detection_script', 7);
  9. remove_action('wp_print_styles', 'print_emoji_styles');
  10. remove_action('wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement