Filters the notice output for the 'Browse Happy' nag meta box.
$noticestring$responsearray|falsewp-admin/includes/dashboard.php:1780wp_dashboard_browser_nag() * @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(). */ echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores} /** * Adds an additional class to the browser nag if the current version is insecure. * * @since 3.2.0Introduced in 3.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.