do_action( 'zoho_data', array $data )

Action zoho data.


Parameters Parameters

$data

(array) Lead data.

  • ''firstname''
    (string) lead first name
  • ''secondname''
    (string) lead second name
  • ''email''
    (string) lead email
  • ''phone''
    (string) lead phone
  • ''zipcode''
    (string) lead zip code
  • ''yearofbirth''
    (string) lead year of birth
  • ''investmentamount''
    (string) investment amount


Top ↑

Source Source

File: calculator-zoho-add-on/inc/MP_Addon_Zoho.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.