If you’re using the WisdmLabs Group Registration plugin, there is an “Enroll New User” button that allows group leaders to add new users to a group. If you want to prevent group leaders from adding enrolling new users this way, you can hide that button.
Use the following CSS to hide the “enroll new user” button on group pages when using the WisdmLabs Group Registration plugin:
.ldgr-btn.enroll-new-user {
display: none !important;
}