Automattic\WooCommerce\Internal\ShopperLists\Privacy

Privacy::__constructpublicWC 1.0

Constructor.

Method of the class: Privacy{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Privacy::__construct() code WC 11.0.1

public function __construct() {
	parent::__construct();

	add_action( 'init', array( $this, 'register_exporters_and_erasers' ) );
}