Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. // Remove WP stuff.
  2. remove_action( 'wp_head', 'wp_generator' );
  3. remove_action( 'wp_head', 'wp_shortlink_wp_head');
  4. remove_action( 'wp_head', 'wlwmanifest_link');
  5. remove_action( 'wp_head', 'feed_links_extra', 3 );
  6. remove_action( 'wp_head', 'feed_links', 2 );
  7. remove_action( 'wp_head', 'rsd_link' );
  8. remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
  9. remove_action( 'wp_head', 'start_post_rel_link', 10, 0 );
  10. remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 );
  11. remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
  12. remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
  13. remove_action( 'wp_print_styles', 'print_emoji_styles' );
  14. remove_action( 'admin_print_styles', 'print_emoji_styles' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement