Multi-site default
-
We’re using AIO favicon and intend to specifically set a default backend favicon for our users.
We pulled the options and updated the frontend and backend favicon for testing, but we can only get the frontend to update and display (it does work if updated using the GUI settings, so its not busted).
Any tips?
This is how we were setting the front-end (worked):
$faviconsettings = (array)get_option('aio-favicon_settings'); $faviconsettings['frontendICO'] = 'https://oursite.com/favicon.ico'; update_option('aio-favicon_settings', $faviconsettings);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multi-site default’ is closed to new replies.