Title: Plugin conflicts &#8211; possible solution
Last modified: September 3, 2019

---

# Plugin conflicts – possible solution

 *  Resolved [fotherda](https://wordpress.org/support/users/fotherda/)
 * (@fotherda)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-conflicts-possible-solution/)
 * Having just spent a long time trying to get the plugin to block all emails, I
   discovered that the problem was several other plugins doing this:
    require_once(
   ABSPATH.WPINC.’/pluggable.php’); or this: require_once ABSPATH . ‘wp-includes/
   pluggable.php’;
 * If any of these plugins are loaded before this MNE plugin it will be too late
   to override the default functions.
 * The solution I’ve used is to copy wp-content/plugins/manage-notification-emails/
   includes/pluggable-functions-1.3.php into wp-content/mu-plugins/ and then just
   remove all content from the original pluggable-functions-1.3.php (don’t delete
   it).
 * This seems to work as it puts MNE overrides ahead of all other plugins in the
   execution order. There is the disadvantage that MNE cannot now be deactivated
   except by removing the file from the mu-plugins/ dir.
 * If anyone can think of any other problems with doing this please let me know.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [3D Virge](https://wordpress.org/support/users/virgial/)
 * (@virgial)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-conflicts-possible-solution/#post-11903788)
 * [@fotherda](https://wordpress.org/support/users/fotherda/) can you try version
   [1.5.0](https://downloads.wordpress.org/plugin/manage-notification-emails.1.5.0.zip)?
   I’ve just updated it with the latest pluggable functions of 5.2.3. Please let
   me know if this solves your problem.
 *  Plugin Author [3D Virge](https://wordpress.org/support/users/virgial/)
 * (@virgial)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-conflicts-possible-solution/#post-11911227)
 * 1.5.0 version seems to solve the problem.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin conflicts – possible solution’ is closed to new replies.

 * ![](https://ps.w.org/manage-notification-emails/assets/icon-256x256.png?rev=1242800)
 * [Manage Notification E-mails](https://wordpress.org/plugins/manage-notification-emails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/manage-notification-emails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/manage-notification-emails/)
 * [Active Topics](https://wordpress.org/support/plugin/manage-notification-emails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/manage-notification-emails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/manage-notification-emails/reviews/)

## Tags

 * [plugin conflicts](https://wordpress.org/support/topic-tag/plugin-conflicts/)

 * 2 replies
 * 2 participants
 * Last reply from: [3D Virge](https://wordpress.org/support/users/virgial/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-conflicts-possible-solution/#post-11911227)
 * Status: resolved