From 44c38d710a4f078d21a548b4756e38fe86dc6835 Mon Sep 17 00:00:00 2001 From: koenemann Date: Tue, 5 Dec 2017 08:53:57 +0100 Subject: [PATCH] Sorry, fixing the right fn name... --- inc/woocommerce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/woocommerce.php b/inc/woocommerce.php index 1c0252e..666662b 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -20,7 +20,7 @@ if ( ! function_exists( 'woocommerce_support' ) ) { //add_theme_support( 'wc-product-gallery-slider' ); // hook in and customizer form fields. - add_filter( 'understrap_woocommerce_form_field_args', 'wc_form_field_args', 10, 3 ); + add_filter( 'woocommerce_form_field_args', 'understrap_wc_form_field_args', 10, 3 ); } } /**