do_favicon WordPress Action Hook

The do_favicon Wordpress hook allows you to specify a custom favicon for your Wordpress site. This can be useful if you want to brand your site with a unique favicon, or if you simply don't like the default Wordpress favicon. You can use this hook by specifying the URL of your favicon in the $favicon parameter.

do_action( 'do_favicon' ) #

Fired when the template loader determines a favicon.ico request.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.