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