apply_filters( 'browse-happy-notice', string $notice, array $response )

Filters the notice output for the ‘Browse Happy’ nag meta box.


Parameters

$notice

(string) The notice content.

$response

(array) An array containing web browser information.


Source

File: wp-admin/includes/dashboard.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.2.0 Introduced.