woocommerce - where is located wc_dropdown_variation_attribute_options in wordpress? -


i want replace "choose option” corresponding attribute/variation name modify wc_dropdown_variation_attribute_options located in wordpress folder ?

the select declaration of wc_dropdown_variation_attribute_options located in woocommerce/includes/wc-template-functions.php.

you can have access arguments filter apply_filters( 'woocommerce_dropdown_variation_attribute_options_args', $args )


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -