Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Forked from agragregra/functions.php
Created April 1, 2017 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihorduchenko/c6ecfdc4ed2f57c05c29b4f8a015885d to your computer and use it in GitHub Desktop.
Save ihorduchenko/c6ecfdc4ed2f57c05c29b4f8a015885d to your computer and use it in GitHub Desktop.
WordPress functions.php Must Have
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