I'm trying to get the regular product price with tax included but I cannot find any WooCommerce function or variable with this purpose.
To get the regular product price without tax I'm using:
$price = $product->get_regular_price();
But how can I get the regular product price WITH tax included?