Advertisement
verygoodplugins

Untitled

Nov 13th, 2020
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. $options = array(
  2.     'send_confirmation_email'      => true,
  3.     'schedule_welcome_email'       => true,
  4.     'skip_subscriber_notification' => true,
  5. );
  6.  
  7. $result = $this->app->subscribeToLists( $contact_id, $tags, $options );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement