Browse: Home / Functions /

learndash_paypal_init_user_purchase_hash

This function has been deprecated.

learndash_paypal_init_user_purchase_hash( int $user_id,  int $product_id )

Create a unique hash for the pre-purchase action that will validate the return transaction logic.


Description #


Parameters #

$user_id

(int) (Required) User ID.

$product_id

(int) (Required) Product ID.


Return #

(string)


Source #

File: includes/deprecated/4.5.0/functions.php


Changelog #

Changelog
Version Description
4.5.0 Introduced. This function has been deprecated.