Rename understrap_woocommerce_form_field_args function

This commit is contained in:
koenemann 2017-12-05 08:51:44 +01:00
parent 642af5fb61
commit 86caee1f17
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( 'woocommerce_form_field_args', 'wc_form_field_args', 10, 3 );
add_filter( 'understrap_woocommerce_form_field_args', 'wc_form_field_args', 10, 3 );
}
}
/**