Closed cjg89 closed 4 years ago
Description
Look into ways we can support the site icon customizer setting while still providing a fallback favicon.ico.
WP 5.4 introduced do_favicon() and the do_faviconico hook, which should make this doable: https://developer.wordpress.org/reference/functions/do_favicon/ https://make.wordpress.org/core/2020/02/19/enhancements-to-favicon-handling-in-wordpress-5-4/
do_favicon()
do_faviconico
Why it's Important
To make it easier to adjust a site icon without having to modify code.
Alternatives
Possible Implementation
Additional context
Just kidding, this is already covered by ucfwp_add_favicon_default(). Closing.
ucfwp_add_favicon_default()
Description
Look into ways we can support the site icon customizer setting while still providing a fallback favicon.ico.
WP 5.4 introduced
do_favicon()
and thedo_faviconico
hook, which should make this doable: https://developer.wordpress.org/reference/functions/do_favicon/ https://make.wordpress.org/core/2020/02/19/enhancements-to-favicon-handling-in-wordpress-5-4/Why it's Important
To make it easier to adjust a site icon without having to modify code.
Alternatives
Possible Implementation
Additional context