Conflict with another Plugin due to bad practices
-
Apparently this this pluggin is declaaring wp_mail, which is a bad practice that leads to conflicts with other plugins such as Postman (https://postmansmtp.com/ and https://www.ads-software.com/plugins/post-smtp/)
It may be the:
include_once(ABSPATH . 'wp-includes/pluggable.php');
found in class-different-menus-for-different-page-admin which might be causing bugs with multiple plugins that trying to redeclare function from there.
Could you fix this issue?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conflict with another Plugin due to bad practices’ is closed to new replies.