do_action( 'google_spreadsheets_data', array $data )

Action google spreadsheets 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-google-spreadsheets-add-on/inc/MP_Addon_Google_Spreadsheets.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.