Automattic\WooCommerce\Internal\ProductImage
MatchImageBySKU::__construct
MatchImageBySKU constructor.
Метод класса: MatchImageBySKU{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$MatchImageBySKU = new MatchImageBySKU(); $MatchImageBySKU->__construct();
Код MatchImageBySKU::__construct() MatchImageBySKU:: construct WC 10.5.2
public function __construct() {
$this->init_hooks();
}