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