pass $args to woocommerce_dropdown_variation_attribute_options_html hook
This commit is contained in:
parent
e75a4b300c
commit
472e8d4618
|
@ -2021,7 +2021,7 @@ if ( ! function_exists( 'wc_dropdown_variation_attribute_options' ) ) {
|
|||
|
||||
$html .= '</select>';
|
||||
|
||||
echo apply_filters( 'woocommerce_dropdown_variation_attribute_options_html', $html );
|
||||
echo apply_filters( 'woocommerce_dropdown_variation_attribute_options_html', $html, $args );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue