apply_filters( 'browse-happy-notice', string $notice , array|false $response )
Filters the notice output for the ‘Browse Happy’ nag meta box.
Parameters
- $notice
-
(string) The notice content.
- $response
-
(array|false) An array containing web browser information, or false on failure. See
wp_check_browser_version()
.
Source
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |