Automattic\WooCommerce\Internal\Admin\RemoteFreeExtensions

Init::__constructpublicWC 1.0

Constructor.

Method of the class: Init{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Init::__construct() code WC 10.3.5

public function __construct() {
	add_action( 'woocommerce_updated', array( __CLASS__, 'delete_specs_transient' ) );
}