do_action( 'do_faviconico' )
- Since
- 5.4.0
Fires when serving the favicon.ico file.
Fired at · 1
wp-includes/functions.php:1755do_favicon()
Source
View on Trac ↗View on GitHub ↗
1749function do_favicon() {1750 1751 * Fires when serving the favicon.ico file.1752 *1753 * @since 5.4.01754 */1755 do_action( 'do_faviconico' );1756 1757 wp_redirect( get_site_icon_url( 32, includes_url( 'images/w-logo-gray-white-bg.png' ) ) );1758 exit;1759}1760 1761/**
History
Introduced in 5.4.0. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.