• Great plugin!

    I am having a conflict with wpMandrill, it always tries to redeclare the class ‘Mandrill’.

    Please add the string “if( !class_exists(‘Mandrill’) )” before including the Mandrill SDK class, to avoid conflicts with several plug-ins that also use the Mandrill SDK.

    Thank you!
    Mark

    https://wordpress.org/plugins/wpmandrill/

Viewing 1 replies (of 1 total)
  • I am having the same issue and second Mark’s request. As a workaround, I renamed the wpmandrill plugin folder to something like aaa-wpmandril (so that it gets loaded before my other plugin) and added the if(!class_exists('Mandrill')) check to the other plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Mandrill Conflict with other WP Plugins’ is closed to new replies.