UCF / UCF-WordPress-Theme

A generic, responsive WordPress theme for UCF websites, built off of the Athena Framework.
3 stars 6 forks source link

Look into supporting site icon customizer option with default icon value #91

Closed cjg89 closed 4 years ago

cjg89 commented 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/

Why it's Important

To make it easier to adjust a site icon without having to modify code.

Alternatives

Possible Implementation

Additional context

cjg89 commented 4 years ago

Just kidding, this is already covered by ucfwp_add_favicon_default(). Closing.