Feb 16, 2020 6:56 pm
Hello,
thank you for this fantastic plugin! In our forums, many people tend to just read mail notifications instead of regularily visiting our website. Unfortunately, in wpForo mail notifications there is only an excerpt of the text. Is there a function or short code to add the full text of the topic / reply / ...?
Thank you for your help!
2 Replies
Feb 17, 2020 8:04 am
Thank you @tauchen!
Please add the following code in your active theme functions.php file:
add_filter('wpforo_email_notification_post_body_length', function(){return 0;});
Feb 17, 2020 2:24 pm
worked great for me, thank you so much!