• Resolved wp_user1

    (@wp_user1)


    How can I create a Group using the Group function via another plugin?
    I would prefer a function for this instead of direct database access.

Viewing 1 replies (of 1 total)
  • Hi,

    I think you should have a look at Groups_Group::create(array $map), if you are familiar with PHP. With this method you can create a group with the parameters defined in the $map array.
    FYI, the rest of the Groups plugin API resides here.

    Hope it helps.

    Kind regards,
    George

    • This reply was modified 8 years, 7 months ago by gtsiokos.
Viewing 1 replies (of 1 total)

The topic ‘Create group via PHP function?’ is closed to new replies.