This repository was archived by the owner on May 6, 2021. It is now read-only.

Description
Hi, I'm getting an alert in the dashboard that I think originates from line 52 of lib/class-sendgrid-settings.php
// Add SendGrid Help contextual menu in the settings page add_filter( 'contextual_help', array( __CLASS__, 'show_contextual_help' ), 10, 3 );
The message is:
Deprecated: contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /var/www/html/wp-includes/functions.php on line 5088
If I comment out line 52 it goes away.