gcgs_sheet_row_data
Description
Filter the data that is used to populate a row.
Usage
Applied globally
add_filter( 'gcgs_sheet_row_data', 'my_custom_function' );
Parameters
$row_data
array
The data to use for population.
$feed
array
The current feed.
$form_id
int
The current form ID.
$entries
array
Entries to be inserted.
Since
1.0-beta-1
Hook added.