Automattic\WooCommerce\Internal\ProductImage

MatchImageBySKU::__construct()publicWC 1.0

MatchImageBySKU constructor.

Method of the class: MatchImageBySKU{}

No Hooks.

Return

null. Nothing (null).

Usage

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

MatchImageBySKU::__construct() code WC 9.3.3

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