apply_filters( ‘browse-happy-notice’, string $notice, array|false $response )

In this article

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

echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

Changelog

VersionDescription
3.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.