do_action( 'do_faviconico' )
- Since
- 5.4.0
Fires when serving the favicon.ico file.
Fired at · 1
wp-includes/functions.php:1748do_favicon()
Source
View on Trac ↗View on GitHub ↗
1742function do_favicon() {1743 1744 * Fires when serving the favicon.ico file.1745 *1746 * @since 5.4.01747 */1748 do_action( 'do_faviconico' );1749 1750 wp_redirect( get_site_icon_url( 32, includes_url( 'images/w-logo-blue-white-bg.png' ) ) );1751 exit;1752}1753 1754/**
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 6.9.7 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.