• Hello ??

    I think there is an unwanted behaviour with the plugin:

    The plugin restricts the invite-anyone route when an administrator is not a member of a group. Thus it differs from BuddyPress way of handle access of invitations which is allowed for administrators:

    Unfortunately there are no hooks available to address this issue.

    the problem is located in this function :
    function invite_anyone_group_invite_access_test

    if ( ! groups_is_user_member( $user_id, $group_id ) ) {
    return ‘noone’;
    }

    I’m not used to how to handle tickets for wordpress plugins ( i’m looking for a way to create one )

    thank you ! hand have a nice day ??

  • The topic ‘Administrator have to be members to be able to invit’ is closed to new replies.