new version
This commit is contained in:
@@ -3579,7 +3579,7 @@ Content-Type: text/html;
|
||||
*
|
||||
* @param bool $include_field_label Indicates if the label should be included in the product name. Default is false.
|
||||
*/
|
||||
$include_field_label = apply_filters( 'gform_product_info_name_include_field_label', false );
|
||||
$include_field_label = apply_filters( 'gform_product_info_name_include_field_label', true );
|
||||
if ( $include_field_label ) {
|
||||
$name = $field_label . " ({$name})";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user