gpcp_csv_field_label
Description
Filter the label for a given field ID.
Usage
Applied globally
add_filter( 'gpcp_csv_field_label', 'my_custom_function' );Parameters
$pseudo_label
string|null
The label to use for the field in the CSV export.
$form
array
The form for which the export is being made.
$field_id
string
The field ID for which the label is being requested.
Since
2.0.30Hook added.