Advertisement
verygoodplugins

Untitled

Mar 8th, 2021
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. wp_fusion()->crm->connect();
  2.  
  3. $result = wp_fusion()->crm->app->fetch_subscriber( array(
  4.     'account_id'    => wp_fusion()->crm->account_id,
  5.     'subscriber_id' => $contact_id
  6. ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement