Automattic\WooCommerce\Internal\ProductImage

MatchImageBySKU::init_hooksprivateWC 1.0

Initialize the hooks used by the class.

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

Хуков нет.

Возвращает

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

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

// private - только в коде основоного (родительского) класса
$result = $this->init_hooks();

Код MatchImageBySKU::init_hooks() WC 10.9.4

private function init_hooks() {
	add_filter( 'woocommerce_get_settings_products', array( $this, 'add_product_image_sku_setting' ), 110, 2 );
}