-
-
Save zhukovec/0708be0e31591b33e5e8590f064d1aaf to your computer and use it in GitHub Desktop.
WordPress functions.php Must Have
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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