Fix - Divi Variable Product Page Dynamic Strikeout is not updating

Fix dynamic strike-through issues on Divi variable product pages.

add_filter('advanced_woo_discount_rules_custom_target_for_variable_product_on_qty_update', function ($target){
	$target = 'div.et_pb_wc_price .price';
	return $target;
}, 10);