• Resolved kbaldac

    (@kbaldac)


    I use the most current versions of WordPress, bbPress and email encoder bundle. I have been using this (from your FAQs) in functions.php:

    add_action(‘eeb_ready’, ‘extra_encode_filters’);

    function extra_encode_filters($filter_callback) {
    // add filters for BBPress
    add_filter(‘bbp_get_reply_content’, $filter_callback);
    add_filter(‘bbp_get_topic_content’, $filter_callback);
    }

    I don’t know when it stopped working but it now corrupts email addresses used in bbPress.

    https://www.ads-software.com/plugins/email-encoder-bundle/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email encoder bundle not working with bbPress’ is closed to new replies.