vae_store_clear_discount_code()

Use the vae_store_clear_discount_code() function to clear the currently applied discount code.

Usage

vae_store_clear_discount_code()

Returns

This function does not return anything.

Sample Usage

<?php
// Remove the currently applied discount code
vae_store_clear_discount_code();
?>