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 ); } } /**