Advertisement
Guest User

Untitled

a guest
May 4th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. // write this in functions.php
  2.  
  3. remove_action( 'wp_head', 'rsd_link' );
  4. remove_action( 'wp_head', 'wlwmanifest_link' );
  5. remove_action( 'wp_head', 'wp_generator' );
  6. remove_action( 'wp_head', 'start_post_rel_link' );
  7. remove_action( 'wp_head', 'index_rel_link' );
  8. remove_action( 'wp_head', 'adjacent_posts_rel_link' );
  9. remove_action( 'wp_head', 'wp_shortlink_wp_head' );
  10. remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' );
  11. remove_action( 'wp_head', 'feed_links_extra' );
  12. remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
  13. remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
  14. remove_action( 'wp_print_styles', 'print_emoji_styles' );
  15. remove_action( 'admin_print_styles', 'print_emoji_styles' );
  16. remove_action('wp_head','wp_oembed_add_discovery_links', 10 );
  17. remove_action('wp_head','wp_oembed_add_host_js');
  18. remove_action ('wp_head', 'rel_canonical');
  19. remove_action( 'wp_head', 'rest_output_link_wp_head', 10 );
  20.  
  21. show_admin_bar(false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement