Free Shipping on All Orders

1 comment

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Shopping cart

0
image/svg+xml

No products in the cart.

Continue Shopping
add_action('woocommerce_add_to_cart', 'test_hook_firing', 10, 6); function test_hook_firing($cart_item_key, $product_id, $quantity, $variation_id, $variation, $cart_item_data) { error_log('TEST: woocommerce_add_to_cart hook fired for product: ' . $product_id); }