WC_REST_Order_Refunds_V2_Controller::__construct()publicWC 1.0

Order refunds actions.

Method of the class: WC_REST_Order_Refunds_V2_Controller{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_REST_Order_Refunds_V2_Controller = new WC_REST_Order_Refunds_V2_Controller();
$WC_REST_Order_Refunds_V2_Controller->__construct();

WC_REST_Order_Refunds_V2_Controller::__construct() code WC 8.6.1

public function __construct() {
	add_filter( "woocommerce_rest_{$this->post_type}_object_trashable", '__return_false' );
}