favicon - tetloose/tetloose-wp GitHub Wiki
Update src/favicon/favicon.png, then run: yarn favicon.
Favicon will be auto generated and added to web/app/themes/tetloose-theme/favicon.
Favicon are included in the head here -> src/components/wrapper/wrapper-header-favicon.php.
If you add a new favicon, you must update $favicon_version on line 9 in src/components/wrapper/wrapper-header-favicon.php to bust the cache.
$favicon_application_color this changes the tab color for specific browsers.
$favicon_version = 'tetloose';
$favicon_application_color = '#ff69b4';