Guest User

Untitled

a guest
Jul 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. show_admin_bar(false);
  2. add_theme_support('post-thumbnails');
  3.  
  4. remove_action( 'wp_head', 'feed_links_extra', 3 );
  5. remove_action( 'wp_head', 'feed_links', 2 );
  6. remove_action( 'wp_head', 'rsd_link' );
  7.  
  8. remove_action('wp_head', 'wlwmanifest_link');
  9. remove_action('wp_head', 'wp_generator');
Add Comment
Please, Sign In to add comment