-
Notifications
You must be signed in to change notification settings - Fork 64
deprecated filter hook message #91
Comments
Relatively easily fixed. Y'all can take a page out of awesomemotive/wp-mail-logging#116 playbook. |
Does that mean this plugin / respository is not supported and will never be updated? |
My comment was not meant to reflect on the development process of this plugin in any way. That being said, last commit is from 2 years ago. Clearly not a high priority. There are other SMTP plugins, that are actively maintained and integrate SendGrid. I've already thought about migrating away from here but it's not a high priority for us either. |
@lkraav Well, the mailpoet code does not work 1:1 for the sendgrid plugin. If you have solved this issue for the sendgrid plugin, would it please be possible for to share it? Thx. |
Depends on what "does not work" means exactly. Nothing bad really happens if you just comment out this |
@lkraav Yes, that's what I did yet, commenting out the the add_filter hook. And you are right, the help screen is not really needed, however, if someone would have fully fixed it yet, it wouldn't hurt either :). |
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:
If I comment out line 52 it goes away.
The text was updated successfully, but these errors were encountered: