Miller-Media / send-emails-with-mandrill

A fork of the official wpMandrill plugin for Wordpress, since it is no longer being actively supported.
21 stars 15 forks source link

Deprecated contextual_help function needs to be replaced #60

Closed MillerMedia closed 4 years ago

MillerMedia commented 4 years ago

As evidenced in this forum post: https://wordpress.org/support/topic/warning-filling-log-due-to-use-of-contextual_help/

The warning: contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead.

Appears based on line 22 of wpMandrill.class.php . Need to update this function to remove the warning and use the more modern approach.

MillerMedia commented 4 years ago

Resolved in PR #63