Conversation
supportIf you active this plugin and the post-smtp plugin: https://wordpress.org/plugins/post-smtp/ Post-smtp stops working: Postman: wp_mail has been declared by another plugin or theme, so you won’t be able to use Postman until the conflict is resolved.
Hi @baksteendegeweldige , I got the same issue. To fix this, you need to edit the code. The file you need to edit is /wp-content/plugins/file-media-renamer/file-media-renamer.php Find this line require_once( ABSPATH . "wp-includes/pluggable.php" ); Then comment this line by putting double slashes at the front //require_once( ABSPATH . "wp-includes/pluggable.php" );
Thanks!
Hi @baksteendegeweldige , I got the same issue. To fix this, you need to edit the code. The file you need to edit is /wp-content/plugins/file-media-renamer/file-media-renamer.php Find this line require_once( ABSPATH . "wp-includes/pluggable.php" ); Then comment this line by putting double slashes at the front //require_once( ABSPATH . "wp-includes/pluggable.php" );
Thanks!