-
ravibarnwal replied to the topic Action for Removing Member from group in the forum How-to & Troubleshooting 11 years, 5 months ago
groups_remove_member how to used in my plugin I am not able to used it.
Please explain .
I want to remove member from a group when new user registered.
I have received group_id and user_id from database. then I want to remove all member from that group without group admin.
I used function ‘groups_remove_member’ in my own plugin .
I am new in wor…[Read more] -
ravibarnwal started the topic Group Remove Member funtion in the forum Creating & Extending 11 years, 5 months ago
I want to remove member from a group when new user registered.
I have received group_id and user_id from database. then I want to remove all member from that group without group admin.
I used function ‘groups_remove_member’ in my own plugin .
I am new in wordpress and buddypress coding.
My code is
if (!function_exists(‘auto_join’)) {
function…[Read more]
@ravibarnwal
Active 6 years, 9 months ago