Merge pull request #17868 from ahmedofali/master
fixing typo replace add to cart to be remove from cart
This commit is contained in:
commit
2795a3399b
|
@ -388,7 +388,7 @@ class WC_AJAX {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AJAX add to cart.
|
* AJAX remove from cart.
|
||||||
*/
|
*/
|
||||||
public static function remove_from_cart() {
|
public static function remove_from_cart() {
|
||||||
ob_start();
|
ob_start();
|
||||||
|
|
Loading…
Reference in New Issue