browse-happy-notice WordPress Filter Hook

The browse-happy-notice hook is used to notify a user that their browser is out of date and that they should upgrade to a newer version.

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().


Top ↑

Source

File: wp-admin/includes/dashboard.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.