default favicon for a theme?

You have to change the defualt Site Icon using the Customizer API.

$wp_customize->add_setting( 'site_icon' , array(
    'default'     => YOUR_IMAGE_URL_HERE,
) );

Leave a Comment