pass $args to woocommerce_dropdown_variation_attribute_options_html hook

This commit is contained in:
Kathy Darling 2016-01-23 15:03:47 -05:00
parent e75a4b300c
commit 472e8d4618
1 changed files with 1 additions and 1 deletions

View File

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