diff --git a/functions.php b/functions.php index 912ddae..e4d7a06 100644 --- a/functions.php +++ b/functions.php @@ -28,6 +28,9 @@ function maybe_register_jquery() 'status' ]); +// Manual override for site icons +remove_action('wp_head', 'wp_site_icon', 99); + /** * WordPress' missing is_blog_page() function. Determines if the currently viewed page is * one of the blog pages, including the blog home page, archive, category/tag, author, or single