WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about browse-happy-notice

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/dashboard.php apply_filters 1740 /**
* 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().
*/

Hook Parameters

Parameter Type Name Description
string $notice The notice content.
array|false $response An array containing web browser information, or