This plugin caused a conflict with my SMTP sender because it may be overriding wp_mail():
SendGrid: wp_mail has been declared by another process or plugin, so you won’t be able to use SendGrid until the conflict is solved.
After testing each plugin one by one, I tracked the problem down to this plugin. Why would it be making any kind of changes to wp_mail()?
]]>while I’d like to say thank you for your plugin…
I think you’ve missed the point of the WP repository
your plugin adds a notification touting another plugin… that hasn’t been updated in a year and has less than ten installs
don’t bother answering this support thread — I’m deleting your plugin
]]>Hello,
You are using this kind of code in your plugin multiple times:
if( !function_exists('wp_get_current_user') ) {
require_once( ABSPATH . 'wp-includes/pluggable.php' );
}
This is completely wrong, and by including the pluggable file you are causing bugs with multiple plugins that trying to redeclare function from there.
if the function doesn’t exist for you, just wrap your code inside a proper hook.
Please fix this issues.
]]>Thanks for the plugin!
I just noticed a little bug: “Target Link” option is always checked in a duplicate, even if coping from the item without it.
]]>