Merge pull request #10153 from helgatheviking/master

[2.5] pass $args to woocommerce_dropdown_variation_attribute_options_html hook
This commit is contained in:
Mike Jolley 2016-01-25 11:07:38 +00:00
commit 3cfd4d7889
1 changed files with 1 additions and 1 deletions

View File

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