edd_get_users_purchased_products( int $user, string $status = 'complete' )

Get Users Purchased Products


Description Description

Returns a list of unique products purchased by a specific user


Parameters Parameters

$user

(Required) User ID or email address

$status

(Optional)

Default value: 'complete'


Top ↑

Return Return

(WP_Post[]|false) List of unique products purchased by user


Top ↑

Source Source

File: includes/user-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.