Sorry, fixing the right fn name...

This commit is contained in:
koenemann 2017-12-05 08:53:57 +01:00
parent 86caee1f17
commit 44c38d710a
1 changed files with 1 additions and 1 deletions

View File

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