Advertisement
verygoodplugins

Untitled

Mar 4th, 2021
1,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. wp_fusion()->crm->connect()
  2.  
  3. $params = array(
  4.     'account_id' => wp_fusion()->crm->account_id,
  5.     'id'         => $contact_id,
  6.     'action'     => 'Event name'
  7. );
  8.  
  9. wp_fusion()->crm->app->record_event( $params );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement