Automattic\WooCommerce\Internal\Admin\RemoteFreeExtensions
Init::__construct
Constructor.
Method of the class: Init{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Init = new Init(); $Init->__construct();
Init::__construct() Init:: construct code WC 10.3.5
public function __construct() {
add_action( 'woocommerce_updated', array( __CLASS__, 'delete_specs_transient' ) );
}