From 4dae3811cd27d448f3090066b00d6bb8afd0dbfb Mon Sep 17 00:00:00 2001 From: Chris Zarate Date: Thu, 26 Dec 2024 12:24:32 -0600 Subject: [PATCH] Fix button URL binding (#263) --- inc/Validation/Types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Validation/Types.php b/inc/Validation/Types.php index 55eaeb01..aa848368 100644 --- a/inc/Validation/Types.php +++ b/inc/Validation/Types.php @@ -61,7 +61,7 @@ public static function button_text(): array { } public static function button_url(): array { - return self::generate_primitive_type( 'image_url' ); + return self::generate_primitive_type( 'button_url' ); } /**