new version

This commit is contained in:
Almira Krdzic
2018-08-06 15:32:55 +02:00
parent d86f748bc6
commit 3da7e559dd
73 changed files with 256 additions and 286 deletions

View File

@@ -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})";
}