On this page
apply_filters( 'browse-happy-notice', string $notice, array|false $response )
Filters the notice output for the ‘Browse Happy’ nag meta box.
Parameters
$noticestring-
The notice content.
$responsearray|false-
An array containing web browser information, or false on failure. See wp_check_browser_version() .
Source
File: wp-admin/includes/dashboard.php. View all references
echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Related
Used By
| Used By | Description |
|---|---|
| wp_dashboard_browser_nag() wp-admin/includes/dashboard.php | Displays the browser update nag. |
Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/browse-happy-notice