Skip to content

Commit

Permalink
Manual override to disable WP site icon on frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwsmith committed Apr 1, 2023
1 parent c3179ad commit 06e9edd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06e9edd

Please sign in to comment.