Custom target for dynamic update price

Implement a custom target for updating prices dynamically.

add_filter('advanced_woo_discount_rules_custom_target_for_simple_product_on_qty_update', function(){
	return "div.custom_price_display span.amount.price-incl";
}, 10);