Automattic\WooCommerce\Internal\StockNotifications\Privacy
PrivacyEraser::__construct
Constructor.
Method of the class: PrivacyEraser{}
No Hooks.
Returns
null. Nothing (null).
Usage
$PrivacyEraser = new PrivacyEraser(); $PrivacyEraser->__construct();
PrivacyEraser::__construct() PrivacyEraser:: construct code WC 10.3.6
public function __construct() {
parent::__construct();
add_action( 'init', array( $this, 'register_erasers_exporters' ) );
}