Skip to content

Instantly share code, notes, and snippets.

@f4rr3ll1990
Last active June 24, 2017 21:52
Show Gist options
  • Save f4rr3ll1990/93d774a49d420662af887189b70c28c2 to your computer and use it in GitHub Desktop.
Save f4rr3ll1990/93d774a49d420662af887189b70c28c2 to your computer and use it in GitHub Desktop.
show_admin_bar(false);
add_theme_support('post-thumbnails');
remove_action( 'wp_head', 'feed_links_extra', 3 );
remove_action( 'wp_head', 'feed_links', 2 );
remove_action( 'wp_head', 'rsd_link' );
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'wp_generator');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment