WC_Order_Data_Store_Interface::set_download_permissions_granted()publicWC 1.0

Stores information about whether permissions were generated yet.

Method of the class: WC_Order_Data_Store_Interface{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Order_Data_Store_Interface = new WC_Order_Data_Store_Interface();
$WC_Order_Data_Store_Interface->set_download_permissions_granted( $order, $set );
$order(WC_Order) (required)
Order object.
$set(true|false) (required)
If should set.

WC_Order_Data_Store_Interface::set_download_permissions_granted() code WC 8.7.0

public function set_download_permissions_granted( $order, $set );