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