You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add variable filters and pass them to the GFCommon::get_product_fields() method when checking if the product table is empty:
$use_value = (bool) apply_filters( 'gfpdf_show_field_value', false, $this->field, '' ); /* Set to `true` to show a field's value instead of the label */
$use_admin_label = (bool) apply_filters( 'gfpdf_use_admin_label', false, $this->field, '' ); /* Set to `true` to use the admin label */
The text was updated successfully, but these errors were encountered:
Add variable filters and pass them to the
GFCommon::get_product_fields()
method when checking if the product table is empty:The text was updated successfully, but these errors were encountered: