Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Disable DNS Prefetch for WordPress Emoji (WP 4.6) #159

Merged
merged 1 commit into from Aug 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/clean-up.php
Expand Up @@ -38,6 +38,7 @@ function head_cleanup() {
remove_filter('comment_text_rss', 'wp_staticize_emoji');
remove_filter('wp_mail', 'wp_staticize_emoji_for_email');
add_filter('use_default_gallery_style', '__return_false');
add_filter('emoji_svg_url', '__return_false');

global $wp_widget_factory;

Expand Down