Advertisement
verygoodplugins

Untitled

Jun 4th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. wp_fusion()->crm->connect();
  2.  
  3. $return_fields = array( 'Contact.Id', 'Contact.FirstName', 'Contact.LastName', 'Contact.Email' );
  4.  
  5. $contacts = wp_fusion()->crm->app->dsQuery( "ContactGroupAssign", 1000, 0, array( 'GroupId' => $tag_id ), $return_fields );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement