Advertisement
verygoodplugins

Untitled

Apr 9th, 2020
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. $params   = wp_fusion()->crm->get_params();
  2. $request  = 'https://api.ontraport.com/1/object?objectID=8&id=123';
  3. $response = wp_remote_get( $url, $params );
  4.  
  5. $response = json_decode( wp_remote_retrieve_body( $response ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement