• Hi guys, we found an issue with the Groups plugin where it caused the email notification functionality via WordPress events/cron of Sensei Content Drip to fail.

    I was able to resolve the issue by adding the following snippet
    if (!wp_doing_cron())

    before line #104-105
    require_once GROUPS_ACCESS_LIB . '/class-groups-comment-access.php';

    This is just for the information of other people experiencing the same issue.

    Hopefully, the developers can include this in the next plugin iteration.

The topic ‘Plugin Conflict with Sensei Content Drip’ is closed to new replies.