Skip to content

Instantly share code, notes, and snippets.

View robinstickel's full-sized avatar
🐢
Hi!

Robin Stickel robinstickel

🐢
Hi!
View GitHub Profile
@robinstickel
robinstickel / wordpress-cleanup-header.php
Created December 12, 2019 10:15
Remove unnecessary Junk from Wordpress Header
<?php
// Remove WP emoji nonsense
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
remove_action( 'wp_print_styles', 'print_emoji_styles' );
remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
remove_action( 'admin_print_styles', 'print_emoji_styles' );
// Remove all RSS feed links from wp_head
049042303d01b18b9f654453881efff7b176ca439b856e8c330f17f079f06e0cfa07b8661f4edc625bc703e0cf6cea3a6ffe9b94fbe05b6bd82b60d2856259930c