@kanha044
Active 10 months, 3 weeks ago
-
Kahnu Charan Swain started the topic I am not able to update the group status in the forum How-to & Troubleshooting 1 year, 3 months ago
I have created a new group with the below code.
// Define the group details.
[Read more]
$group_args = array(
'creator_id' => get_current_user_id(), // The ID of the user who creates the group.
'name' => 'My New Group', // Replace this with the desired group name.
'description' => 'This is a sample group created by code.', // Replace this…