Warning: This function has been deprecated.
woocommerce_customer_bought_product( $customer_email, $user_id, $product_id )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_customer_bought_product( $customer_email, $user_id, $product_id ) { wc_deprecated_function( __FUNCTION__, '3.0', 'wc_customer_bought_product' ); return wc_customer_bought_product( $customer_email, $user_id, $product_id ); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |