Merge pull request #10153 from helgatheviking/master
[2.5] pass $args to woocommerce_dropdown_variation_attribute_options_html hook
This commit is contained in:
commit
3cfd4d7889
|
@ -2024,7 +2024,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