Plugin uses depricated function
-
This plugin triggers the following error:
contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead.
You can remove the errormessage (and also the contextual help) by removing (put // in front of) line 52 of
…/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php
line 52:add_filter( 'contextual_help', array( __CLASS__, 'show_contextual_help' ), 10, 3 );
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Plugin uses depricated function’ is closed to new replies.