From 40c72e37a80f346facff9f1ac25af3c3a5a03417 Mon Sep 17 00:00:00 2001 From: Saif Sultan Date: Thu, 5 Jun 2025 18:25:46 +0530 Subject: [PATCH] `gw-shortcode-attr-field-props.php`: Fixed potential PHP warnings. --- gravity-forms/gw-shortcode-attr-field-props.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gravity-forms/gw-shortcode-attr-field-props.php b/gravity-forms/gw-shortcode-attr-field-props.php index 0004f2fd7..db381ba6c 100644 --- a/gravity-forms/gw-shortcode-attr-field-props.php +++ b/gravity-forms/gw-shortcode-attr-field-props.php @@ -30,7 +30,8 @@ */ class GW_Shortcode_Attr_Field_Props { - private $_field_props; + private $_args = array(); + private $_field_props = array(); public function __construct( $args = array() ) {