Skip to content

Instantly share code, notes, and snippets.

@sharkyak
Last active December 3, 2015 09:13
Show Gist options
  • Save sharkyak/6c48ec9376946ce8c9fa to your computer and use it in GitHub Desktop.
Save sharkyak/6c48ec9376946ce8c9fa to your computer and use it in GitHub Desktop.
Wordpress all templates
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');
remove_filter('term_description', 'wpautop');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment