@maxdelange
7 months, 4 weeks ago
Update:
I have manually created the file bp-custom.php in the directory.
This is what the file looks like: <?php add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ ); ?>
The site is running fine now, but the code did not change my mail template, it’s still using the header and footer from BuddyPress.
However, when the “add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );” line is active, my site states there has been a critical error.