browse-happy-notice

browse-happy-notice

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('browse-happy-notice') is found 1 times:

  • /wp-admin/includes/dashboard.php line 1781
    	 * @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.0