We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0f3cd commit d10175bCopy full SHA for d10175b
functions.php
@@ -22,7 +22,7 @@
22
remove_action('wp_head', 'rsd_link');
23
remove_action('wp_head', 'wp_oembed_add_discovery_links');
24
remove_action('wp_head', 'wp_custom_css_cb', 101);
25
- remove_action('wp_head', 'wp_print_auto_sizes_contain_css_fix', 1);
+ add_filter('wp_img_tag_add_auto_sizes', '__return_false');
26
27
// Disable emojis
28
remove_action('wp_head', 'print_emoji_detection_script', 7);
0 commit comments