• Resolved adamfartassi

    (@adamfartassi)


    I have the last version of this plugin and I can’t add a subscriber to an interest group
    I used this code with no avail :

    add_filter( 'mctb_data', function($data) { $data['INTERESTS'][] = "interest-id"; return $data; });

    There is no error in the logs, the subscriber is correctly added to my list just not associated with a group.

    Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding hidden group’ is closed to new replies.