woocommerce_new_product, $id, $product

woocommerce_new_product, $id, $product

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_new_product, $id, $product') is found 1 times:

  • /includes/data-stores/class-wc-product-data-store-cpt.php line 262
     
    			$product->save_meta_data();
    			$product->apply_changes();
    
    			do_action( 'woocommerce_new_product', $id, $product );
    		}
    	}
    
    	/**
    	 * Method to read a product from the database.
    	 *