Skip to content
Snippets Groups Projects

Atomic - 2

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Krzysztof Dyszczyk
    woocommerce.php 146 B
    $product = wc_get_product($product_id);
    $quantity = $product->get_stock_quantity();
    $product->set_stock_quantity($quantity - 1);
    $product->save();
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment