wpseek.com
A WordPress-centric search engine for devs and theme authors



browse-happy-notice › WordPress Filter Hooks

Since3.2.0
Deprecatedn/a
apply_filters( 'browse-happy-notice', $notice, $response )
Parameters: (2)
  • () notice The notice content.
    Required: Yes
  • () response An array containing web browser information, or false on failure. See wp_check_browser_version().
    Required: Yes
Defined at:
Codex:

Filters the notice output for the 'Browse Happy' nag meta box.



Related Functions: site_admin_notice


Related Hooks:

Source

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