Description
Filters the notice output for the 'Browse Happy' nag meta box.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/dashboard.php | 1784 |
Parameters
Type | Name | Description |
---|---|---|
string | $notice | The notice content. |
array|false | $response | An array containing web browser information, or false on failure. See wp_check_browser_version(). |
PHP Doc
/**
* Filters the notice output for the 'Browse Happy' nag meta box.
*
* @since 3.2.0
*
* @param string $notice The notice content.
* @param array|false $response An array containing web browser information, or
* false on failure. See wp_check_browser_version().
*/