Automattic\WooCommerce\Internal\StockNotifications\Privacy

PrivacyEraser::__constructpublicWC 1.0

Constructor.

Method of the class: PrivacyEraser{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

PrivacyEraser::__construct() code WC 10.3.6

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

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