woocommerce_cart_item_restored, $cart_item_key, $this
woocommerce_cart_item_restored, $cart_item_key, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_cart_item_restored, $cart_item_key, $this') is found 1 times:
- /includes/class-wc-cart.php line 1499
do_action( 'woocommerce_restore_cart_item', $cart_item_key, $this ); unset( $this->removed_cart_contents[ $cart_item_key ] ); do_action( 'woocommerce_cart_item_restored', $cart_item_key, $this ); return true; } return false; }