do_action( 'google_spreadsheets_data', array $data )
Action google spreadsheets data.
Contents
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
- ''firstname''
Source Source
File: calculator-google-spreadsheets-add-on/inc/MP_Addon_Google_Spreadsheets.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |