Automattic\WooCommerce\Internal\ProductImage
MatchImageBySKU::__construct
MatchImageBySKU constructor.
Method of the class: MatchImageBySKU{}
No Hooks.
Returns
null. Nothing (null).
Usage
$MatchImageBySKU = new MatchImageBySKU(); $MatchImageBySKU->__construct();
MatchImageBySKU::__construct() MatchImageBySKU:: construct code WC 10.9.4
public function __construct() {
$this->init_hooks();
}