Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. remove_action('wp_head', 'rsd_link');
  4. remove_action('wp_head', 'wlwmanifest_link');
  5. remove_action('wp_head', 'wp_generator');
  6.  
  7. show_admin_bar(false);
  8. add_theme_support('post-thumbnails');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement