Automattic\WooCommerce\Internal\ProductImage

MatchImageBySKU::__constructpublicWC 1.0

MatchImageBySKU constructor.

Method of the class: MatchImageBySKU{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

MatchImageBySKU::__construct() code WC 10.9.4

public function __construct() {
	$this->init_hooks();
}