Automattic\WooCommerce\Internal\ProductImage

MatchImageBySKU::__constructpublicWC 1.0

MatchImageBySKU constructor.

Метод класса: MatchImageBySKU{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код MatchImageBySKU::__construct() WC 10.5.2

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