settings['price_variable_product_selector']; break; default: $price_selector = $aplazame->settings['price_product_selector']; } if ( function_exists( 'wc_get_price_including_tax' ) ) { $price = wc_get_price_including_tax( $product ); } else { /** @noinspection PhpDeprecationInspection */ $price = $product->get_price_including_tax(); } ?>