Changes between Initial Version and Version 1 of Ticket #49086, comment 4
- Timestamp:
- 01/06/2022 02:32:21 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49086, comment 4
initial v1 1 1 I can confirm this bug. If a site icon is manually deleted from the Media Library, the corresponding `site_icon` option is never updated or removed. 2 2 3 Although a developer can use `has_site_icon()` to determine the existence of a site icon, some might use `get_option( 'blog_icon' )` directly as @henry wright mentions.3 Although a developer can use `has_site_icon()` to determine the existence of a site icon, some might use `get_option( 'blog_icon' )` directly as @henry.wright mentions.