How can I remove the default favicon link from the WordPress theme? I know I can replace the favicon but I am looking for using the remove_action or something like that which I can place in my functions.php.
Thanks.
How can I remove the default favicon link from the WordPress theme? I know
Share
You can just remove this line in
header.php:It isn’t loaded automatically, so you can’t remove it using a
filter/remove_action.